Html Css Color HEX #A7C6CB Jungle Mist

📋 copy color: '#A7C6CB'

red 167 ◦ green 198 ◦ blue 203

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

Shades of Jungle Mist #A7C6CB

Tints of Jungle Mist #A7C6CB

RGB

 RED value IS 167 (65.63% from 255) = 29.4%

 GREEN value IS 198 (77.73% from 255) = 34.86%

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 29.4%
G = 34.86%
B = 35.74%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A7C6CB (or 0xA7C6CB) is known color: Jungle Mist. HEX triplet: A7, C6 and CB. RGB value is (167,198,203). Sum of RGB (Red+Green+Blue) = 167+198+203=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7C6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C6CB is #583934. Grayscale: #BDBDBD. Windows color (decimal): -5781813 or 13354663. OLE color: 13354663.

HSL color Cylindrical-coordinate representation of color #A7C6CB: hue angle of 188.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7C6CB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 198 203 -
CMYK 0.18 0.02 0 0.20
HSL 188.33º 0.26% 0.73% -
HSV(B) 188.33º 0.18% 0.8% -
XYZ 46.91 52.92 64.24 -
YUV 189.3 135.73 112.09 -
System Red Green Blue C M Y K H S L
Decimal 167 198 203 0.18 0.02 0 0.20 188.33 0.26 0.73
Hex A7 C6 CB 12 2 0 14 BC 1A 49
Octal 247 306 313 22 2 0 24 274 32 111
Binary 10100111 11000110 11001011 10010 10 0 10100 10111100 11010 1001001

Color Harmonies of #A7C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C6CB

Black with #A7C6CB

Text Example


Text Example

White with #A7C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C6CB; }

 p { color: rgb(167,198,203); }

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

background-color css

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

 a { background-color: rgb(167,198,203); }

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

border-color css

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

 span { border-color: rgb(167,198,203); }

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