Html Css Color HEX #AFCACB Jungle Mist

📋 copy color: '#AFCACB'

red 175 ◦ green 202 ◦ blue 203

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

Shades of Jungle Mist #AFCACB

Tints of Jungle Mist #AFCACB

RGB

 RED value IS 175 (68.75% from 255) = 30.17%

 GREEN value IS 202 (79.3% from 255) = 34.83%

 BLUE value IS 203 (79.69% from 255) = 35%

R = 30.17%
G = 34.83%
B = 35%

CMYK

 C value IS 0.14

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFCACB (or 0xAFCACB) is known color: Jungle Mist. HEX triplet: AF, CA and CB. RGB value is (175,202,203). Sum of RGB (Red+Green+Blue) = 175+202+203=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFCACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACB is #503534. Grayscale: #C2C2C2. Windows color (decimal): -5256501 or 13355695. OLE color: 13355695.

HSL color Cylindrical-coordinate representation of color #AFCACB: hue angle of 182.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCACB is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 202 203 -
CMYK 0.14 0.00 0 0.20
HSL 182.14º 0.21% 0.74% -
HSV(B) 182.14º 0.14% 0.8% -
XYZ 49.58 55.67 64.63 -
YUV 194.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 175 202 203 0.14 0.00 0 0.20 182.14 0.21 0.74
Hex AF CA CB E 0 0 14 B6 15 4A
Octal 257 312 313 16 0 0 24 266 25 112
Binary 10101111 11001010 11001011 1110 0 0 10100 10110110 10101 1001010

Color Harmonies of #AFCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCACB

Black with #AFCACB

Text Example


Text Example

White with #AFCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCACB; }

 p { color: rgb(175,202,203); }

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

background-color css

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

 a { background-color: rgb(175,202,203); }

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

border-color css

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

 span { border-color: rgb(175,202,203); }

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