Html Css Color HEX #AFC3B2 Gum Leaf

📋 copy color: '#AFC3B2'

red 175 ◦ green 195 ◦ blue 178

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

Shades of Gum Leaf #AFC3B2

Tints of Gum Leaf #AFC3B2

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.58%

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

R = 31.93%
G = 35.58%
B = 32.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#AFC3B2 (or 0xAFC3B2) is known color: Gum Leaf. HEX triplet: AF, C3 and B2. RGB value is (175,195,178). Sum of RGB (Red+Green+Blue) = 175+195+178=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3B2 is #503C4D. Grayscale: #BBBBBB. Windows color (decimal): -5258318 or 11715503. OLE color: 11715503.

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

Color convert

RGB 175 195 178 -
CMYK 0.10 0 0.09 0.24
HSL 129º 0.14% 0.73% -
HSV(B) 129º 0.1% 0.76% -
XYZ 45.23 51.36 49.65 -
YUV 187.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 175 195 178 0.10 0 0.09 0.24 129 0.14 0.73
Hex AF C3 B2 A 0 9 18 81 E 49
Octal 257 303 262 12 0 11 30 201 16 111
Binary 10101111 11000011 10110010 1010 0 1001 11000 10000001 1110 1001001

Color Harmonies of #AFC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3B2

Black with #AFC3B2

Text Example


Text Example

White with #AFC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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