#90EFD4

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

Shades of Aquamarine #90EFD4

Tints of Aquamarine #90EFD4

Color information

#90EFD4 (or 0x90EFD4) is unknown color: approx Aquamarine. HEX triplet: 90, EF and D4. RGB value is (144,239,212). Sum of RGB (Red+Green+Blue) = 144+239+212=595 (78% of max value = 765). Red value is 144 (56.64% from 255 or 24.20% from 595); Green value is 239 (93.75% from 255 or 40.17% from 595); Blue value is 212 (83.20% from 255 or 35.63% from 595); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFD4 is #6F102B. Grayscale: #CFCFCF. Windows color (decimal): -7278636 or 13954960. OLE color: 13954960.

HSL color Cylindrical-coordinate representation of color #90EFD4: hue angle of 162.95º 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 #90EFD4 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB144239212-
CMYK0.4000.110.06
HSL162.95º74.8%75.1%-
HSV(B)162.95º39.75%93.73%-
XYZ54.2572.4273.41-
YUV207.52130.5382.7-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 24.20%
GREEN value IS 239 (93.75% from 255) = 40.17%
BLUE value IS 212 (83.20% from 255) = 35.63%
R=24.20%
G=40.17%
B=35.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1442392120.4000.110.06162.9574.875.1
Hex90EFD4280B6a34b4b
Octal220357324500136243113113
Binary100100001110111111010100101000010111101010001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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