Html Css Color HEX #AFCCB5 Gum Leaf

📋 copy color: '#AFCCB5'

red 175 ◦ green 204 ◦ blue 181

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

Shades of Gum Leaf #AFCCB5

Tints of Gum Leaf #AFCCB5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.43%

 BLUE value IS 181 (71.09% from 255) = 32.32%

R = 31.25%
G = 36.43%
B = 32.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.2

RGB Variations

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

Color information

#AFCCB5 (or 0xAFCCB5) is known color: Gum Leaf. HEX triplet: AF, CC and B5. RGB value is (175,204,181). Sum of RGB (Red+Green+Blue) = 175+204+181=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 204 (80.08% from 255 or 36.43% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCB5 is #50334A. Grayscale: #C0C0C0. Windows color (decimal): -5256011 or 11914415. OLE color: 11914415.

HSL color Cylindrical-coordinate representation of color #AFCCB5: hue angle of 132.41º degrees, saturation: 0.22, 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 #AFCCB5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 181 -
CMYK 0.14 0 0.11 0.2
HSL 132.41º 0.22% 0.74% -
HSV(B) 132.41º 0.14% 0.8% -
XYZ 47.61 55.64 51.95 -
YUV 192.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 175 204 181 0.14 0 0.11 0.2 132.41 0.22 0.74
Hex AF CC B5 E 0 B 14 84 16 4A
Octal 257 314 265 16 0 13 24 204 26 112
Binary 10101111 11001100 10110101 1110 0 1011 10100 10000100 10110 1001010

Color Harmonies of #AFCCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCB5

Black with #AFCCB5

Text Example


Text Example

White with #AFCCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCB5; }

 p { color: rgb(175,204,181); }

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

background-color css

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

 a { background-color: rgb(175,204,181); }

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

border-color css

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

 span { border-color: rgb(175,204,181); }

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