Html Css Color HEX #90AFAB Sea Nymph

📋 copy color: '#90AFAB'

red 144 ◦ green 175 ◦ blue 171

#90AFAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Nymph #90AFAB

Tints of Sea Nymph #90AFAB

RGB

 RED value IS 144 (56.64% from 255) = 29.39%

 GREEN value IS 175 (68.75% from 255) = 35.71%

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 29.39%
G = 35.71%
B = 34.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#90AFAB (or 0x90AFAB) is known color: Sea Nymph. HEX triplet: 90, AF and AB. RGB value is (144,175,171). Sum of RGB (Red+Green+Blue) = 144+175+171=490 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.39% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #90AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AFAB is #6F5054. Grayscale: #A5A5A5. Windows color (decimal): -7295061 or 11251600. OLE color: 11251600.

HSL color Cylindrical-coordinate representation of color #90AFAB: hue angle of 172.26º 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 #90AFAB is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 175 171 -
CMYK 0.18 0 0.02 0.31
HSL 172.26º 0.16% 0.63% -
HSV(B) 172.26º 0.18% 0.69% -
XYZ 34.18 39.53 44.36 -
YUV 165.28 131.23 112.83 -
System Red Green Blue C M Y K H S L
Decimal 144 175 171 0.18 0 0.02 0.31 172.26 0.16 0.63
Hex 90 AF AB 12 0 2 1F AC 10 3F
Octal 220 257 253 22 0 2 37 254 20 77
Binary 10010000 10101111 10101011 10010 0 10 11111 10101100 10000 111111

Color Harmonies of #90AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFAB

Black with #90AFAB

Text Example


Text Example

White with #90AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AFAB;
 }
 .AnyTagClassName
 {
   color: #90AFAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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