Html Css Color HEX #90B0AC Sea Nymph

📋 copy color: '#90B0AC'

red 144 ◦ green 176 ◦ blue 172

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

Shades of Sea Nymph #90B0AC

Tints of Sea Nymph #90B0AC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.77%

 BLUE value IS 172 (67.58% from 255) = 34.96%

R = 29.27%
G = 35.77%
B = 34.96%

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

#90B0AC (or 0x90B0AC) is known color: Sea Nymph. HEX triplet: 90, B0 and AC. RGB value is (144,176,172). Sum of RGB (Red+Green+Blue) = 144+176+172=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 176 - color contains mainly: green. Hex color #90B0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90B0AC is #6F4F53. Grayscale: #A5A5A5. Windows color (decimal): -7294804 or 11317392. OLE color: 11317392.

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

Color convert

RGB 144 176 172 -
CMYK 0.18 0 0.02 0.31
HSL 172.5º 0.17% 0.63% -
HSV(B) 172.5º 0.18% 0.69% -
XYZ 34.47 39.96 44.93 -
YUV 165.98 131.4 112.33 -
System Red Green Blue C M Y K H S L
Decimal 144 176 172 0.18 0 0.02 0.31 172.5 0.17 0.63
Hex 90 B0 AC 12 0 2 1F AC 11 3F
Octal 220 260 254 22 0 2 37 254 21 77
Binary 10010000 10110000 10101100 10010 0 10 11111 10101100 10001 111111

Color Harmonies of #90B0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B0AC

Black with #90B0AC

Text Example


Text Example

White with #90B0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,176,172); }

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

background-color css

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

 a { background-color: rgb(144,176,172); }

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

border-color css

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

 span { border-color: rgb(144,176,172); }

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