#90EFC8

Color #90EFC8 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #90EFC8

Tints of Aquamarine #90EFC8

Color information

#90EFC8 (or 0x90EFC8) is unknown color: approx Aquamarine. HEX triplet: 90, EF and C8. RGB value is (144,239,200). Sum of RGB (Red+Green+Blue) = 144+239+200=583 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.70% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFC8 is #6F1037. Grayscale: #CECECE. Windows color (decimal): -7278648 or 13168528. OLE color: 13168528.

HSL color Cylindrical-coordinate representation of color #90EFC8: hue angle of 155.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFC8 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB144239200-
CMYK0.4000.160.06
HSL155.37º74.8%75.1%-
HSV(B)155.37º39.75%93.73%-
XYZ52.7971.8365.73-
YUV206.15124.5383.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 24.70%
GREEN value IS 239 (93.75% from 255) = 40.99%
BLUE value IS 200 (78.52% from 255) = 34.31%
R=24.70%
G=40.99%
B=34.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392000.4000.160.06155.3774.875.1
Hex90EFC82801069b4b4b
Octal220357310500206233113113
Binary1001000011101111110010001010000100001101001101110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90EFC8; }

 p { color: rgb(144,239,200); }

 H1.HeaderClassName
 {
   color: #90EFC8;
 }
 .AnyTagClassName
 {
   color: #90EFC8;
 }
</style>
background-color css

<style>
 a { background-color: #90EFC8; }

 a { background-color: rgb(144,239,200); }

 div.DivClassName
 {
   background-color: #90EFC8;
 }
 .BgClassName
 {
   background-color: #90EFC8;
 }
</style>
border-color css

<style>
 span { border-color: #90EFC8; }

 span { border-color: rgb(144,239,200); }

 td.TdClassName
 {
   border-color: #90EFC8;
 }
 .TagClassName
 {
   border-color: #90EFC8;
 }
</style>