Html Css Color HEX #90BCAF Shadow Green

📋 copy color: '#90BCAF'

red 144 ◦ green 188 ◦ blue 175

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

Shades of Shadow Green #90BCAF

Tints of Shadow Green #90BCAF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 28.4%
G = 37.08%
B = 34.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#90BCAF (or 0x90BCAF) is known color: Shadow Green. HEX triplet: 90, BC and AF. RGB value is (144,188,175). Sum of RGB (Red+Green+Blue) = 144+188+175=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 188 - color contains mainly: green. Hex color #90BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BCAF is #6F4350. Grayscale: #ADADAD. Windows color (decimal): -7291729 or 11517072. OLE color: 11517072.

HSL color Cylindrical-coordinate representation of color #90BCAF: hue angle of 162.27º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90BCAF is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 144 188 175 -
CMYK 0.23 0 0.07 0.26
HSL 162.27º 0.25% 0.65% -
HSV(B) 162.27º 0.23% 0.74% -
XYZ 37.22 44.99 47.28 -
YUV 173.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 144 188 175 0.23 0 0.07 0.26 162.27 0.25 0.65
Hex 90 BC AF 17 0 7 1A A2 19 41
Octal 220 274 257 27 0 7 32 242 31 101
Binary 10010000 10111100 10101111 10111 0 111 11010 10100010 11001 1000001

Color Harmonies of #90BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90BCAF

Black with #90BCAF

Text Example


Text Example

White with #90BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,188,175); }

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

background-color css

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

 a { background-color: rgb(144,188,175); }

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

border-color css

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

 span { border-color: rgb(144,188,175); }

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