Html Css Color HEX #AFCACE Jungle Mist

📋 copy color: '#AFCACE'

red 175 ◦ green 202 ◦ blue 206

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

Shades of Jungle Mist #AFCACE

Tints of Jungle Mist #AFCACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.33%

R = 30.02%
G = 34.65%
B = 35.33%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFCACE (or 0xAFCACE) is known color: Jungle Mist. HEX triplet: AF, CA and CE. RGB value is (175,202,206). Sum of RGB (Red+Green+Blue) = 175+202+206=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFCACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACE is #503531. Grayscale: #C2C2C2. Windows color (decimal): -5256498 or 13552303. OLE color: 13552303.

HSL color Cylindrical-coordinate representation of color #AFCACE: hue angle of 187.74º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCACE is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 202 206 -
CMYK 0.15 0.02 0 0.19
HSL 187.74º 0.24% 0.75% -
HSV(B) 187.74º 0.15% 0.81% -
XYZ 49.94 55.81 66.53 -
YUV 194.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 175 202 206 0.15 0.02 0 0.19 187.74 0.24 0.75
Hex AF CA CE F 2 0 13 BC 18 4B
Octal 257 312 316 17 2 0 23 274 30 113
Binary 10101111 11001010 11001110 1111 10 0 10011 10111100 11000 1001011

Color Harmonies of #AFCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCACE

Black with #AFCACE

Text Example


Text Example

White with #AFCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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