Html Css Color HEX #AFCDCD Jungle Mist

📋 copy color: '#AFCDCD'

red 175 ◦ green 205 ◦ blue 205

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

Shades of Jungle Mist #AFCDCD

Tints of Jungle Mist #AFCDCD

RGB

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

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

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

R = 29.91%
G = 35.04%
B = 35.04%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFCDCD (or 0xAFCDCD) is known color: Jungle Mist. HEX triplet: AF, CD and CD. RGB value is (175,205,205). Sum of RGB (Red+Green+Blue) = 175+205+205=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #AFCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCDCD is #503232. Grayscale: #C4C4C4. Windows color (decimal): -5255731 or 13487535. OLE color: 13487535.

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

Color convert

RGB 175 205 205 -
CMYK 0.15 0 0 0.20
HSL 180º 0.23% 0.75% -
HSV(B) 180º 0.15% 0.8% -
XYZ 50.53 57.18 66.13 -
YUV 196.03 133.06 113 -
System Red Green Blue C M Y K H S L
Decimal 175 205 205 0.15 0 0 0.20 180 0.23 0.75
Hex AF CD CD F 0 0 14 B4 17 4B
Octal 257 315 315 17 0 0 24 264 27 113
Binary 10101111 11001101 11001101 1111 0 0 10100 10110100 10111 1001011

Color Harmonies of #AFCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDCD

Black with #AFCDCD

Text Example


Text Example

White with #AFCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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