Html Css Color HEX #AFCCCC Jungle Mist

📋 copy color: '#AFCCCC'

red 175 ◦ green 204 ◦ blue 204

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

Shades of Jungle Mist #AFCCCC

Tints of Jungle Mist #AFCCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.99%

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

R = 30.02%
G = 34.99%
B = 34.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFCCCC (or 0xAFCCCC) is known color: Jungle Mist. HEX triplet: AF, CC and CC. RGB value is (175,204,204). Sum of RGB (Red+Green+Blue) = 175+204+204=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #AFCCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCCC is #503333. Grayscale: #C3C3C3. Windows color (decimal): -5255988 or 13421743. OLE color: 13421743.

HSL color Cylindrical-coordinate representation of color #AFCCCC: hue angle of 180º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCCCC is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 204 -
CMYK 0.14 0 0 0.2
HSL 180º 0.22% 0.74% -
HSV(B) 180º 0.14% 0.8% -
XYZ 50.17 56.66 65.42 -
YUV 195.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 175 204 204 0.14 0 0 0.2 180 0.22 0.74
Hex AF CC CC E 0 0 14 B4 16 4A
Octal 257 314 314 16 0 0 24 264 26 112
Binary 10101111 11001100 11001100 1110 0 0 10100 10110100 10110 1001010

Color Harmonies of #AFCCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCCC

Black with #AFCCCC

Text Example


Text Example

White with #AFCCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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