Html Css Color HEX #90B5AD Sea Nymph

📋 copy color: '#90B5AD'

red 144 ◦ green 181 ◦ blue 173

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

Shades of Sea Nymph #90B5AD

Tints of Sea Nymph #90B5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.74%

R = 28.92%
G = 36.35%
B = 34.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#90B5AD (or 0x90B5AD) is known color: Sea Nymph. HEX triplet: 90, B5 and AD. RGB value is (144,181,173). Sum of RGB (Red+Green+Blue) = 144+181+173=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 181 - color contains mainly: green. Hex color #90B5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B5AD is #6F4A52. Grayscale: #A9A9A9. Windows color (decimal): -7293523 or 11384208. OLE color: 11384208.

HSL color Cylindrical-coordinate representation of color #90B5AD: hue angle of 167.03º 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 #90B5AD is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 181 173 -
CMYK 0.20 0 0.04 0.29
HSL 167.03º 0.2% 0.64% -
HSV(B) 167.03º 0.2% 0.71% -
XYZ 35.57 41.99 45.77 -
YUV 169.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 144 181 173 0.20 0 0.04 0.29 167.03 0.2 0.64
Hex 90 B5 AD 14 0 4 1D A7 14 40
Octal 220 265 255 24 0 4 35 247 24 100
Binary 10010000 10110101 10101101 10100 0 100 11101 10100111 10100 1000000

Color Harmonies of #90B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B5AD

Black with #90B5AD

Text Example


Text Example

White with #90B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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