Html Css Color HEX #AFC0BE Jungle Mist

📋 copy color: '#AFC0BE'

red 175 ◦ green 192 ◦ blue 190

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

Shades of Jungle Mist #AFC0BE

Tints of Jungle Mist #AFC0BE

RGB

 RED value IS 175 (68.75% from 255) = 31.42%

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

 BLUE value IS 190 (74.61% from 255) = 34.11%

R = 31.42%
G = 34.47%
B = 34.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#AFC0BE (or 0xAFC0BE) is known color: Jungle Mist. HEX triplet: AF, C0 and BE. RGB value is (175,192,190). Sum of RGB (Red+Green+Blue) = 175+192+190=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0BE is #503F41. Grayscale: #BABABA. Windows color (decimal): -5259074 or 12501167. OLE color: 12501167.

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

Color convert

RGB 175 192 190 -
CMYK 0.09 0 0.01 0.25
HSL 172.94º 0.12% 0.72% -
HSV(B) 172.94º 0.09% 0.75% -
XYZ 45.82 50.53 56.05 -
YUV 186.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 175 192 190 0.09 0 0.01 0.25 172.94 0.12 0.72
Hex AF C0 BE 9 0 1 19 AD C 48
Octal 257 300 276 11 0 1 31 255 14 110
Binary 10101111 11000000 10111110 1001 0 1 11001 10101101 1100 1001000

Color Harmonies of #AFC0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0BE

Black with #AFC0BE

Text Example


Text Example

White with #AFC0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0BE; }

 p { color: rgb(175,192,190); }

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

background-color css

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

 a { background-color: rgb(175,192,190); }

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

border-color css

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

 span { border-color: rgb(175,192,190); }

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