Html Css Color HEX #90B2AA Sea Nymph

📋 copy color: '#90B2AA'

red 144 ◦ green 178 ◦ blue 170

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

Shades of Sea Nymph #90B2AA

Tints of Sea Nymph #90B2AA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 170 (66.8% from 255) = 34.55%

R = 29.27%
G = 36.18%
B = 34.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#90B2AA (or 0x90B2AA) is known color: Sea Nymph. HEX triplet: 90, B2 and AA. RGB value is (144,178,170). Sum of RGB (Red+Green+Blue) = 144+178+170=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #90B2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B2AA is #6F4D55. Grayscale: #A6A6A6. Windows color (decimal): -7294294 or 11186832. OLE color: 11186832.

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

Color convert

RGB 144 178 170 -
CMYK 0.19 0 0.04 0.30
HSL 165.88º 0.18% 0.63% -
HSV(B) 165.88º 0.19% 0.7% -
XYZ 34.68 40.67 44.05 -
YUV 166.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 144 178 170 0.19 0 0.04 0.30 165.88 0.18 0.63
Hex 90 B2 AA 13 0 4 1E A6 12 3F
Octal 220 262 252 23 0 4 36 246 22 77
Binary 10010000 10110010 10101010 10011 0 100 11110 10100110 10010 111111

Color Harmonies of #90B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B2AA

Black with #90B2AA

Text Example


Text Example

White with #90B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,178,170); }

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

background-color css

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

 a { background-color: rgb(144,178,170); }

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

border-color css

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

 span { border-color: rgb(144,178,170); }

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