Html Css Color HEX #ACCDCD Jungle Mist

📋 copy color: '#ACCDCD'

red 172 ◦ green 205 ◦ blue 205

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

Shades of Jungle Mist #ACCDCD

Tints of Jungle Mist #ACCDCD

RGB

 RED value IS 172 (67.58% from 255) = 29.55%

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

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

R = 29.55%
G = 35.22%
B = 35.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ACCDCD (or 0xACCDCD) is known color: Jungle Mist. HEX triplet: AC, CD and CD. RGB value is (172,205,205). Sum of RGB (Red+Green+Blue) = 172+205+205=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #ACCDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDCD is #533232. Grayscale: #C3C3C3. Windows color (decimal): -5452339 or 13487532. OLE color: 13487532.

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

Color convert

RGB 172 205 205 -
CMYK 0.16 0 0 0.20
HSL 180º 0.25% 0.74% -
HSV(B) 180º 0.16% 0.8% -
XYZ 49.86 56.84 66.1 -
YUV 195.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 172 205 205 0.16 0 0 0.20 180 0.25 0.74
Hex AC CD CD 10 0 0 14 B4 19 4A
Octal 254 315 315 20 0 0 24 264 31 112
Binary 10101100 11001101 11001101 10000 0 0 10100 10110100 11001 1001010

Color Harmonies of #ACCDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCDCD

Black with #ACCDCD

Text Example


Text Example

White with #ACCDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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