#AFCBCA

Color #AFCBCA Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AFCBCA

Tints of Jungle Mist #AFCBCA

Color information

#AFCBCA (or 0xAFCBCA) is unknown color: approx Jungle Mist. HEX triplet: AF, CB and CA. RGB value is (175,203,202). Sum of RGB (Red+Green+Blue) = 175+203+202=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBCA is #503435. Grayscale: #C2C2C2. Windows color (decimal): -5256246 or 13290415. OLE color: 13290415.

HSL color Cylindrical-coordinate representation of color #AFCBCA: hue angle of 177.86º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBCA is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB175203202-
CMYK0.1400.000.20
HSL177.86º21.21%74.12%-
HSV(B)177.86º13.79%79.61%-
XYZ49.756.0964.08-
YUV194.51132.22114.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 203 (79.69% from 255) = 35%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=30.17%
G=35%
B=34.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752032020.1400.000.20177.8621.2174.12
HexAFCBCAE0014b2154a
Octal25731331216002426225112
Binary1010111111001011110010101110001010010110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCBCA; }

 p { color: rgb(175,203,202); }

 H1.HeaderClassName
 {
   color: #AFCBCA;
 }
 .AnyTagClassName
 {
   color: #AFCBCA;
 }
</style>
background-color css

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

 a { background-color: rgb(175,203,202); }

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

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

 span { border-color: rgb(175,203,202); }

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