Html Css Color HEX #AFCDCC Jungle Mist

📋 copy color: '#AFCDCC'

red 175 ◦ green 205 ◦ blue 204

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

Shades of Jungle Mist #AFCDCC

Tints of Jungle Mist #AFCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.1%

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 29.97%
G = 35.1%
B = 34.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#AFCDCC (or 0xAFCDCC) is known color: Jungle Mist. HEX triplet: AF, CD and CC. RGB value is (175,205,204). Sum of RGB (Red+Green+Blue) = 175+205+204=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCC is #503233. Grayscale: #C3C3C3. Windows color (decimal): -5255732 or 13421999. OLE color: 13421999.

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

Color convert

RGB 175 205 204 -
CMYK 0.15 0 0.00 0.20
HSL 178º 0.23% 0.75% -
HSV(B) 178º 0.15% 0.8% -
XYZ 50.41 57.14 65.5 -
YUV 195.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 175 205 204 0.15 0 0.00 0.20 178 0.23 0.75
Hex AF CD CC F 0 0 14 B2 17 4B
Octal 257 315 314 17 0 0 24 262 27 113
Binary 10101111 11001101 11001100 1111 0 0 10100 10110010 10111 1001011

Color Harmonies of #AFCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDCC

Black with #AFCDCC

Text Example


Text Example

White with #AFCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDCC; }

 p { color: rgb(175,205,204); }

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

background-color css

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

 a { background-color: rgb(175,205,204); }

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

border-color css

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

 span { border-color: rgb(175,205,204); }

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