Html Css Color HEX #AFCECF Jungle Mist

📋 copy color: '#AFCECF'

red 175 ◦ green 206 ◦ blue 207

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

Shades of Jungle Mist #AFCECF

Tints of Jungle Mist #AFCECF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.03%

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

R = 29.76%
G = 35.03%
B = 35.2%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFCECF (or 0xAFCECF) is known color: Jungle Mist. HEX triplet: AF, CE and CF. RGB value is (175,206,207). Sum of RGB (Red+Green+Blue) = 175+206+207=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCECF is #503130. Grayscale: #C4C4C4. Windows color (decimal): -5255473 or 13618863. OLE color: 13618863.

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

Color convert

RGB 175 206 207 -
CMYK 0.15 0.00 0 0.19
HSL 181.88º 0.25% 0.75% -
HSV(B) 181.88º 0.15% 0.81% -
XYZ 51.01 57.76 67.49 -
YUV 196.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 175 206 207 0.15 0.00 0 0.19 181.88 0.25 0.75
Hex AF CE CF F 0 0 13 B6 19 4B
Octal 257 316 317 17 0 0 23 266 31 113
Binary 10101111 11001110 11001111 1111 0 0 10011 10110110 11001 1001011

Color Harmonies of #AFCECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCECF

Black with #AFCECF

Text Example


Text Example

White with #AFCECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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