Html Css Color HEX #AFCCB4 Gum Leaf

📋 copy color: '#AFCCB4'

red 175 ◦ green 204 ◦ blue 180

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

Shades of Gum Leaf #AFCCB4

Tints of Gum Leaf #AFCCB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 32.2%

R = 31.31%
G = 36.49%
B = 32.2%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#AFCCB4 (or 0xAFCCB4) is known color: Gum Leaf. HEX triplet: AF, CC and B4. RGB value is (175,204,180). Sum of RGB (Red+Green+Blue) = 175+204+180=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 204 (80.08% from 255 or 36.49% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCB4 is #50334B. Grayscale: #C0C0C0. Windows color (decimal): -5256012 or 11848879. OLE color: 11848879.

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

Color convert

RGB 175 204 180 -
CMYK 0.14 0 0.12 0.2
HSL 130.34º 0.22% 0.74% -
HSV(B) 130.34º 0.14% 0.8% -
XYZ 47.51 55.59 51.41 -
YUV 192.59 120.89 115.45 -
System Red Green Blue C M Y K H S L
Decimal 175 204 180 0.14 0 0.12 0.2 130.34 0.22 0.74
Hex AF CC B4 E 0 C 14 82 16 4A
Octal 257 314 264 16 0 14 24 202 26 112
Binary 10101111 11001100 10110100 1110 0 1100 10100 10000010 10110 1001010

Color Harmonies of #AFCCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCB4

Black with #AFCCB4

Text Example


Text Example

White with #AFCCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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