Html Css Color HEX #A4C0BF Jungle Mist

📋 copy color: '#A4C0BF'

red 164 ◦ green 192 ◦ blue 191

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

Shades of Jungle Mist #A4C0BF

Tints of Jungle Mist #A4C0BF

RGB

 RED value IS 164 (64.45% from 255) = 29.98%

 GREEN value IS 192 (75.39% from 255) = 35.1%

 BLUE value IS 191 (75% from 255) = 34.92%

R = 29.98%
G = 35.1%
B = 34.92%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A4C0BF (or 0xA4C0BF) is known color: Jungle Mist. HEX triplet: A4, C0 and BF. RGB value is (164,192,191). Sum of RGB (Red+Green+Blue) = 164+192+191=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 191 (75% from 255 or 34.92% from 547); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C0BF is #5B3F40. Grayscale: #B7B7B7. Windows color (decimal): -5979969 or 12566692. OLE color: 12566692.

HSL color Cylindrical-coordinate representation of color #A4C0BF: hue angle of 177.86º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C0BF is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 192 191 -
CMYK 0.15 0 0.01 0.25
HSL 177.86º 0.18% 0.7% -
HSV(B) 177.86º 0.15% 0.75% -
XYZ 43.56 49.35 56.52 -
YUV 183.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 164 192 191 0.15 0 0.01 0.25 177.86 0.18 0.7
Hex A4 C0 BF F 0 1 19 B2 12 46
Octal 244 300 277 17 0 1 31 262 22 106
Binary 10100100 11000000 10111111 1111 0 1 11001 10110010 10010 1000110

Color Harmonies of #A4C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C0BF

Black with #A4C0BF

Text Example


Text Example

White with #A4C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C0BF; }

 p { color: rgb(164,192,191); }

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

background-color css

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

 a { background-color: rgb(164,192,191); }

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

border-color css

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

 span { border-color: rgb(164,192,191); }

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