Html Css Color HEX #AECCC8 Jungle Mist

📋 copy color: '#AECCC8'

red 174 ◦ green 204 ◦ blue 200

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

Shades of Jungle Mist #AECCC8

Tints of Jungle Mist #AECCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.6%

R = 30.1%
G = 35.29%
B = 34.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#AECCC8 (or 0xAECCC8) is known color: Jungle Mist. HEX triplet: AE, CC and C8. RGB value is (174,204,200). Sum of RGB (Red+Green+Blue) = 174+204+200=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 204 (80.08% from 255 or 35.29% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 204 - color contains mainly: green. Hex color #AECCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECCC8 is #513337. Grayscale: #C2C2C2. Windows color (decimal): -5321528 or 13159598. OLE color: 13159598.

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

Color convert

RGB 174 204 200 -
CMYK 0.15 0 0.02 0.2
HSL 172º 0.23% 0.74% -
HSV(B) 172º 0.15% 0.8% -
XYZ 49.47 56.35 62.91 -
YUV 194.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 174 204 200 0.15 0 0.02 0.2 172 0.23 0.74
Hex AE CC C8 F 0 2 14 AC 17 4A
Octal 256 314 310 17 0 2 24 254 27 112
Binary 10101110 11001100 11001000 1111 0 10 10100 10101100 10111 1001010

Color Harmonies of #AECCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECCC8

Black with #AECCC8

Text Example


Text Example

White with #AECCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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