Html Css Color HEX #AECCCB Jungle Mist

📋 copy color: '#AECCCB'

red 174 ◦ green 204 ◦ blue 203

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

Shades of Jungle Mist #AECCCB

Tints of Jungle Mist #AECCCB

RGB

 RED value IS 174 (68.36% from 255) = 29.95%

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

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

R = 29.95%
G = 35.11%
B = 34.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#AECCCB (or 0xAECCCB) is known color: Jungle Mist. HEX triplet: AE, CC and CB. RGB value is (174,204,203). Sum of RGB (Red+Green+Blue) = 174+204+203=581 (76% of max value = 765). Red value is 174 (68.36% from 255 or 29.95% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCCB is #513334. Grayscale: #C2C2C2. Windows color (decimal): -5321525 or 13356206. OLE color: 13356206.

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

Color convert

RGB 174 204 203 -
CMYK 0.15 0 0.00 0.2
HSL 178º 0.23% 0.74% -
HSV(B) 178º 0.15% 0.8% -
XYZ 49.83 56.5 64.78 -
YUV 194.92 132.56 113.08 -
System Red Green Blue C M Y K H S L
Decimal 174 204 203 0.15 0 0.00 0.2 178 0.23 0.74
Hex AE CC CB F 0 0 14 B2 17 4A
Octal 256 314 313 17 0 0 24 262 27 112
Binary 10101110 11001100 11001011 1111 0 0 10100 10110010 10111 1001010

Color Harmonies of #AECCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCCB

Black with #AECCCB

Text Example


Text Example

White with #AECCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCCB; }

 p { color: rgb(174,204,203); }

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

background-color css

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

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

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

border-color css

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

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

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