Html Css Color HEX #ABC5CA Jungle Mist

📋 copy color: '#ABC5CA'

red 171 ◦ green 197 ◦ blue 202

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

Shades of Jungle Mist #ABC5CA

Tints of Jungle Mist #ABC5CA

RGB

 RED value IS 171 (67.19% from 255) = 30%

 GREEN value IS 197 (77.34% from 255) = 34.56%

 BLUE value IS 202 (79.3% from 255) = 35.44%

R = 30%
G = 34.56%
B = 35.44%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABC5CA (or 0xABC5CA) is known color: Jungle Mist. HEX triplet: AB, C5 and CA. RGB value is (171,197,202). Sum of RGB (Red+Green+Blue) = 171+197+202=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC5CA is #543A35. Grayscale: #BDBDBD. Windows color (decimal): -5519926 or 13288875. OLE color: 13288875.

HSL color Cylindrical-coordinate representation of color #ABC5CA: hue angle of 189.68º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC5CA is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 197 202 -
CMYK 0.15 0.02 0 0.21
HSL 189.68º 0.23% 0.73% -
HSV(B) 189.68º 0.15% 0.79% -
XYZ 47.42 52.85 63.58 -
YUV 189.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 171 197 202 0.15 0.02 0 0.21 189.68 0.23 0.73
Hex AB C5 CA F 2 0 15 BE 17 49
Octal 253 305 312 17 2 0 25 276 27 111
Binary 10101011 11000101 11001010 1111 10 0 10101 10111110 10111 1001001

Color Harmonies of #ABC5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC5CA

Black with #ABC5CA

Text Example


Text Example

White with #ABC5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC5CA; }

 p { color: rgb(171,197,202); }

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

background-color css

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

 a { background-color: rgb(171,197,202); }

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

border-color css

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

 span { border-color: rgb(171,197,202); }

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