Html Css Color HEX #AECDCB Jungle Mist

📋 copy color: '#AECDCB'

red 174 ◦ green 205 ◦ blue 203

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

Shades of Jungle Mist #AECDCB

Tints of Jungle Mist #AECDCB

RGB

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

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

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

R = 29.9%
G = 35.22%
B = 34.88%

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

#AECDCB (or 0xAECDCB) is known color: Jungle Mist. HEX triplet: AE, CD and CB. RGB value is (174,205,203). Sum of RGB (Red+Green+Blue) = 174+205+203=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDCB is #513234. Grayscale: #C3C3C3. Windows color (decimal): -5321269 or 13356462. OLE color: 13356462.

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

Color convert

RGB 174 205 203 -
CMYK 0.15 0 0.01 0.20
HSL 176.13º 0.24% 0.74% -
HSV(B) 176.13º 0.15% 0.8% -
XYZ 50.07 56.97 64.86 -
YUV 195.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 174 205 203 0.15 0 0.01 0.20 176.13 0.24 0.74
Hex AE CD CB F 0 1 14 B0 18 4A
Octal 256 315 313 17 0 1 24 260 30 112
Binary 10101110 11001101 11001011 1111 0 1 10100 10110000 11000 1001010

Color Harmonies of #AECDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDCB

Black with #AECDCB

Text Example


Text Example

White with #AECDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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