Html Css Color HEX #90BAAC Sea Nymph

📋 copy color: '#90BAAC'

red 144 ◦ green 186 ◦ blue 172

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

Shades of Sea Nymph #90BAAC

Tints of Sea Nymph #90BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.05%

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

R = 28.69%
G = 37.05%
B = 34.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#90BAAC (or 0x90BAAC) is known color: Sea Nymph. HEX triplet: 90, BA and AC. RGB value is (144,186,172). Sum of RGB (Red+Green+Blue) = 144+186+172=502 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.69% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #90BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BAAC is #6F4553. Grayscale: #ABABAB. Windows color (decimal): -7292244 or 11319952. OLE color: 11319952.

HSL color Cylindrical-coordinate representation of color #90BAAC: hue angle of 160º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BAAC is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 144 186 172 -
CMYK 0.23 0 0.08 0.27
HSL 160º 0.23% 0.65% -
HSV(B) 160º 0.23% 0.73% -
XYZ 36.51 44.03 45.6 -
YUV 171.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 144 186 172 0.23 0 0.08 0.27 160 0.23 0.65
Hex 90 BA AC 17 0 8 1B A0 17 41
Octal 220 272 254 27 0 10 33 240 27 101
Binary 10010000 10111010 10101100 10111 0 1000 11011 10100000 10111 1000001

Color Harmonies of #90BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BAAC

Black with #90BAAC

Text Example


Text Example

White with #90BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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