Html Css Color HEX #A5C0BF Jungle Mist

📋 copy color: '#A5C0BF'

red 165 ◦ green 192 ◦ blue 191

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

Shades of Jungle Mist #A5C0BF

Tints of Jungle Mist #A5C0BF

RGB

 RED value IS 165 (64.84% from 255) = 30.11%

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

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

R = 30.11%
G = 35.04%
B = 34.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#A5C0BF (or 0xA5C0BF) is known color: Jungle Mist. HEX triplet: A5, C0 and BF. RGB value is (165,192,191). Sum of RGB (Red+Green+Blue) = 165+192+191=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 192 (75.39% from 255 or 35.04% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 192 - color contains mainly: green. Hex color #A5C0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C0BF is #5A3F40. Grayscale: #B7B7B7. Windows color (decimal): -5914433 or 12566693. OLE color: 12566693.

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

Color convert

RGB 165 192 191 -
CMYK 0.14 0 0.01 0.25
HSL 177.78º 0.18% 0.7% -
HSV(B) 177.78º 0.14% 0.75% -
XYZ 43.77 49.46 56.53 -
YUV 183.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 165 192 191 0.14 0 0.01 0.25 177.78 0.18 0.7
Hex A5 C0 BF E 0 1 19 B2 12 46
Octal 245 300 277 16 0 1 31 262 22 106
Binary 10100101 11000000 10111111 1110 0 1 11001 10110010 10010 1000110

Color Harmonies of #A5C0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C0BF

Black with #A5C0BF

Text Example


Text Example

White with #A5C0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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