Html Css Color HEX #90B5AC Sea Nymph

📋 copy color: '#90B5AC'

red 144 ◦ green 181 ◦ blue 172

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

Shades of Sea Nymph #90B5AC

Tints of Sea Nymph #90B5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.42%

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

R = 28.97%
G = 36.42%
B = 34.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#90B5AC (or 0x90B5AC) is known color: Sea Nymph. HEX triplet: 90, B5 and AC. RGB value is (144,181,172). Sum of RGB (Red+Green+Blue) = 144+181+172=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 181 (71.09% from 255 or 36.42% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 181 - color contains mainly: green. Hex color #90B5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B5AC is #6F4A53. Grayscale: #A8A8A8. Windows color (decimal): -7293524 or 11318672. OLE color: 11318672.

HSL color Cylindrical-coordinate representation of color #90B5AC: hue angle of 165.41º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90B5AC is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 181 172 -
CMYK 0.20 0 0.05 0.29
HSL 165.41º 0.2% 0.64% -
HSV(B) 165.41º 0.2% 0.71% -
XYZ 35.47 41.96 45.26 -
YUV 168.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 144 181 172 0.20 0 0.05 0.29 165.41 0.2 0.64
Hex 90 B5 AC 14 0 5 1D A5 14 40
Octal 220 265 254 24 0 5 35 245 24 100
Binary 10010000 10110101 10101100 10100 0 101 11101 10100101 10100 1000000

Color Harmonies of #90B5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B5AC

Black with #90B5AC

Text Example


Text Example

White with #90B5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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