Html Css Color HEX #AFCACD Jungle Mist

📋 copy color: '#AFCACD'

red 175 ◦ green 202 ◦ blue 205

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

Shades of Jungle Mist #AFCACD

Tints of Jungle Mist #AFCACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 30.07%
G = 34.71%
B = 35.22%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFCACD (or 0xAFCACD) is known color: Jungle Mist. HEX triplet: AF, CA and CD. RGB value is (175,202,205). Sum of RGB (Red+Green+Blue) = 175+202+205=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFCACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACD is #503532. Grayscale: #C2C2C2. Windows color (decimal): -5256499 or 13486767. OLE color: 13486767.

HSL color Cylindrical-coordinate representation of color #AFCACD: hue angle of 186º 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 #AFCACD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 202 205 -
CMYK 0.15 0.01 0 0.20
HSL 186º 0.23% 0.75% -
HSV(B) 186º 0.15% 0.8% -
XYZ 49.82 55.76 65.9 -
YUV 194.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 175 202 205 0.15 0.01 0 0.20 186 0.23 0.75
Hex AF CA CD F 1 0 14 BA 17 4B
Octal 257 312 315 17 1 0 24 272 27 113
Binary 10101111 11001010 11001101 1111 1 0 10100 10111010 10111 1001011

Color Harmonies of #AFCACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCACD

Black with #AFCACD

Text Example


Text Example

White with #AFCACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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