Html Css Color HEX #A0BCBC Jungle Mist

📋 copy color: '#A0BCBC'

red 160 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #A0BCBC

Tints of Jungle Mist #A0BCBC

RGB

 RED value IS 160 (62.89% from 255) = 29.85%

 GREEN value IS 188 (73.83% from 255) = 35.07%

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 29.85%
G = 35.07%
B = 35.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A0BCBC (or 0xA0BCBC) is known color: Jungle Mist. HEX triplet: A0, BC and BC. RGB value is (160,188,188). Sum of RGB (Red+Green+Blue) = 160+188+188=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #A0BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBC is #5F4343. Grayscale: #B3B3B3. Windows color (decimal): -6243140 or 12369056. OLE color: 12369056.

HSL color Cylindrical-coordinate representation of color #A0BCBC: hue angle of 180º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCBC is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 188 -
CMYK 0.15 0 0 0.26
HSL 180º 0.17% 0.68% -
HSV(B) 180º 0.15% 0.74% -
XYZ 41.56 47.07 54.47 -
YUV 179.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 160 188 188 0.15 0 0 0.26 180 0.17 0.68
Hex A0 BC BC F 0 0 1A B4 11 44
Octal 240 274 274 17 0 0 32 264 21 104
Binary 10100000 10111100 10111100 1111 0 0 11010 10110100 10001 1000100

Color Harmonies of #A0BCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BCBC

Black with #A0BCBC

Text Example


Text Example

White with #A0BCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BCBC; }

 p { color: rgb(160,188,188); }

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

background-color css

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

 a { background-color: rgb(160,188,188); }

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

border-color css

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

 span { border-color: rgb(160,188,188); }

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