Html Css Color HEX #A2C7C4 Jungle Mist

📋 copy color: '#A2C7C4'

red 162 ◦ green 199 ◦ blue 196

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

Shades of Jungle Mist #A2C7C4

Tints of Jungle Mist #A2C7C4

RGB

 RED value IS 162 (63.67% from 255) = 29.08%

 GREEN value IS 199 (78.13% from 255) = 35.73%

 BLUE value IS 196 (76.95% from 255) = 35.19%

R = 29.08%
G = 35.73%
B = 35.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#A2C7C4 (or 0xA2C7C4) is known color: Jungle Mist. HEX triplet: A2, C7 and C4. RGB value is (162,199,196). Sum of RGB (Red+Green+Blue) = 162+199+196=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C7C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2C7C4 is #5D383B. Grayscale: #BBBBBB. Windows color (decimal): -6109244 or 12896162. OLE color: 12896162.

HSL color Cylindrical-coordinate representation of color #A2C7C4: hue angle of 175.14º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C7C4 is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 199 196 -
CMYK 0.19 0 0.02 0.22
HSL 175.14º 0.25% 0.71% -
HSV(B) 175.14º 0.19% 0.78% -
XYZ 45.29 52.51 59.97 -
YUV 187.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 162 199 196 0.19 0 0.02 0.22 175.14 0.25 0.71
Hex A2 C7 C4 13 0 2 16 AF 19 47
Octal 242 307 304 23 0 2 26 257 31 107
Binary 10100010 11000111 11000100 10011 0 10 10110 10101111 11001 1000111

Color Harmonies of #A2C7C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C7C4

Black with #A2C7C4

Text Example


Text Example

White with #A2C7C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C7C4; }

 p { color: rgb(162,199,196); }

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

background-color css

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

 a { background-color: rgb(162,199,196); }

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

border-color css

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

 span { border-color: rgb(162,199,196); }

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