Html Css Color HEX #AFCACF Jungle Mist

📋 copy color: '#AFCACF'

red 175 ◦ green 202 ◦ blue 207

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

Shades of Jungle Mist #AFCACF

Tints of Jungle Mist #AFCACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.45%

R = 29.97%
G = 34.59%
B = 35.45%

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

#AFCACF (or 0xAFCACF) is known color: Jungle Mist. HEX triplet: AF, CA and CF. RGB value is (175,202,207). Sum of RGB (Red+Green+Blue) = 175+202+207=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFCACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCACF is #503530. Grayscale: #C2C2C2. Windows color (decimal): -5256497 or 13617839. OLE color: 13617839.

HSL color Cylindrical-coordinate representation of color #AFCACF: hue angle of 189.38º degrees, saturation: 0.25, 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 #AFCACF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 202 207 -
CMYK 0.15 0.02 0 0.19
HSL 189.38º 0.25% 0.75% -
HSV(B) 189.38º 0.15% 0.81% -
XYZ 50.06 55.86 67.17 -
YUV 194.5 135.05 114.09 -
System Red Green Blue C M Y K H S L
Decimal 175 202 207 0.15 0.02 0 0.19 189.38 0.25 0.75
Hex AF CA CF F 2 0 13 BD 19 4B
Octal 257 312 317 17 2 0 23 275 31 113
Binary 10101111 11001010 11001111 1111 10 0 10011 10111101 11001 1001011

Color Harmonies of #AFCACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCACF

Black with #AFCACF

Text Example


Text Example

White with #AFCACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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