Html Css Color HEX #AFC2B2 Gum Leaf

📋 copy color: '#AFC2B2'

red 175 ◦ green 194 ◦ blue 178

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

Shades of Gum Leaf #AFC2B2

Tints of Gum Leaf #AFC2B2

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.47%

 BLUE value IS 178 (69.92% from 255) = 32.54%

R = 31.99%
G = 35.47%
B = 32.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#AFC2B2 (or 0xAFC2B2) is known color: Gum Leaf. HEX triplet: AF, C2 and B2. RGB value is (175,194,178). Sum of RGB (Red+Green+Blue) = 175+194+178=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 178 (69.92% from 255 or 32.54% from 547); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2B2 is #503D4D. Grayscale: #BABABA. Windows color (decimal): -5258574 or 11715247. OLE color: 11715247.

HSL color Cylindrical-coordinate representation of color #AFC2B2: hue angle of 129.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2B2 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 178 -
CMYK 0.10 0 0.08 0.24
HSL 129.47º 0.13% 0.72% -
HSV(B) 129.47º 0.1% 0.76% -
XYZ 45.01 50.91 49.57 -
YUV 186.5 123.21 119.8 -
System Red Green Blue C M Y K H S L
Decimal 175 194 178 0.10 0 0.08 0.24 129.47 0.13 0.72
Hex AF C2 B2 A 0 8 18 81 D 48
Octal 257 302 262 12 0 10 30 201 15 110
Binary 10101111 11000010 10110010 1010 0 1000 11000 10000001 1101 1001000

Color Harmonies of #AFC2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2B2

Black with #AFC2B2

Text Example


Text Example

White with #AFC2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2B2; }

 p { color: rgb(175,194,178); }

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

background-color css

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

 a { background-color: rgb(175,194,178); }

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

border-color css

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

 span { border-color: rgb(175,194,178); }

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