Html Css Color HEX #90B4AB Sea Nymph

📋 copy color: '#90B4AB'

red 144 ◦ green 180 ◦ blue 171

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

Shades of Sea Nymph #90B4AB

Tints of Sea Nymph #90B4AB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.36%

 BLUE value IS 171 (67.19% from 255) = 34.55%

R = 29.09%
G = 36.36%
B = 34.55%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#90B4AB (or 0x90B4AB) is known color: Sea Nymph. HEX triplet: 90, B4 and AB. RGB value is (144,180,171). Sum of RGB (Red+Green+Blue) = 144+180+171=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 180 (70.70% from 255 or 36.36% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 180 - color contains mainly: green. Hex color #90B4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90B4AB is #6F4B54. Grayscale: #A8A8A8. Windows color (decimal): -7293781 or 11252880. OLE color: 11252880.

HSL color Cylindrical-coordinate representation of color #90B4AB: hue angle of 165º degrees, saturation: 0.19, 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 #90B4AB is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 144 180 171 -
CMYK 0.2 0 0.05 0.29
HSL 165º 0.19% 0.64% -
HSV(B) 165º 0.2% 0.71% -
XYZ 35.17 41.51 44.69 -
YUV 168.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 144 180 171 0.2 0 0.05 0.29 165 0.19 0.64
Hex 90 B4 AB 14 0 5 1D A5 13 40
Octal 220 264 253 24 0 5 35 245 23 100
Binary 10010000 10110100 10101011 10100 0 101 11101 10100101 10011 1000000

Color Harmonies of #90B4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B4AB

Black with #90B4AB

Text Example


Text Example

White with #90B4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,180,171); }

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

background-color css

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

 a { background-color: rgb(144,180,171); }

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

border-color css

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

 span { border-color: rgb(144,180,171); }

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