Html Css Color HEX #AECBCA Jungle Mist

📋 copy color: '#AECBCA'

red 174 ◦ green 203 ◦ blue 202

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

Shades of Jungle Mist #AECBCA

Tints of Jungle Mist #AECBCA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.06%

 BLUE value IS 202 (79.3% from 255) = 34.89%

R = 30.05%
G = 35.06%
B = 34.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#AECBCA (or 0xAECBCA) is known color: Jungle Mist. HEX triplet: AE, CB and CA. RGB value is (174,203,202). Sum of RGB (Red+Green+Blue) = 174+203+202=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 203 - color contains mainly: green. Hex color #AECBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECBCA is #513435. Grayscale: #C2C2C2. Windows color (decimal): -5321782 or 13290414. OLE color: 13290414.

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

Color convert

RGB 174 203 202 -
CMYK 0.14 0 0.00 0.20
HSL 177.93º 0.22% 0.74% -
HSV(B) 177.93º 0.14% 0.8% -
XYZ 49.47 55.97 64.07 -
YUV 194.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 174 203 202 0.14 0 0.00 0.20 177.93 0.22 0.74
Hex AE CB CA E 0 0 14 B2 16 4A
Octal 256 313 312 16 0 0 24 262 26 112
Binary 10101110 11001011 11001010 1110 0 0 10100 10110010 10110 1001010

Color Harmonies of #AECBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECBCA

Black with #AECBCA

Text Example


Text Example

White with #AECBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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