#90AFA8

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

Shades of Sea Nymph #90AFA8

Tints of Sea Nymph #90AFA8

Color information

#90AFA8 (or 0x90AFA8) is unknown color: approx Sea Nymph. HEX triplet: 90, AF and A8. RGB value is (144,175,168). Sum of RGB (Red+Green+Blue) = 144+175+168=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 175 - color contains mainly: green. Hex color #90AFA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AFA8 is #6F5057. Grayscale: #A4A4A4. Windows color (decimal): -7295064 or 11054992. OLE color: 11054992.

HSL color Cylindrical-coordinate representation of color #90AFA8: hue angle of 166.45º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90AFA8 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB144175168-
CMYK0.1800.040.31
HSL166.45º16.23%62.55%-
HSV(B)166.45º17.71%68.63%-
XYZ33.939.4242.87-
YUV164.93129.73113.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.57%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 168 (66.02% from 255) = 34.50%
R=29.57%
G=35.93%
B=34.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441751680.1800.040.31166.4516.2362.55
Hex90AFA812041Fa6103f
Octal2202572502204372462077
Binary100100001010111110101000100100100111111010011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,175,168); }

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

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

 a { background-color: rgb(144,175,168); }

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

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

 span { border-color: rgb(144,175,168); }

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