Html Css Color HEX #AFCDCB Jungle Mist

📋 copy color: '#AFCDCB'

red 175 ◦ green 205 ◦ blue 203

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

Shades of Jungle Mist #AFCDCB

Tints of Jungle Mist #AFCDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 30.02%
G = 35.16%
B = 34.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#AFCDCB (or 0xAFCDCB) is known color: Jungle Mist. HEX triplet: AF, CD and CB. RGB value is (175,205,203). Sum of RGB (Red+Green+Blue) = 175+205+203=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCB is #503234. Grayscale: #C3C3C3. Windows color (decimal): -5255733 or 13356463. OLE color: 13356463.

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

Color convert

RGB 175 205 203 -
CMYK 0.15 0 0.01 0.20
HSL 176º 0.23% 0.75% -
HSV(B) 176º 0.15% 0.8% -
XYZ 50.29 57.09 64.87 -
YUV 195.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 175 205 203 0.15 0 0.01 0.20 176 0.23 0.75
Hex AF CD CB F 0 1 14 B0 17 4B
Octal 257 315 313 17 0 1 24 260 27 113
Binary 10101111 11001101 11001011 1111 0 1 10100 10110000 10111 1001011

Color Harmonies of #AFCDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDCB

Black with #AFCDCB

Text Example


Text Example

White with #AFCDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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