Html Css Color HEX #AFD0B8 Gum Leaf

📋 copy color: '#AFD0B8'

red 175 ◦ green 208 ◦ blue 184

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

Shades of Gum Leaf #AFD0B8

Tints of Gum Leaf #AFD0B8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.68%

 BLUE value IS 184 (72.27% from 255) = 32.45%

R = 30.86%
G = 36.68%
B = 32.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#AFD0B8 (or 0xAFD0B8) is known color: Gum Leaf. HEX triplet: AF, D0 and B8. RGB value is (175,208,184). Sum of RGB (Red+Green+Blue) = 175+208+184=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFD0B8 is #502F47. Grayscale: #C3C3C3. Windows color (decimal): -5254984 or 12112047. OLE color: 12112047.

HSL color Cylindrical-coordinate representation of color #AFD0B8: hue angle of 136.36º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFD0B8 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 184 -
CMYK 0.16 0 0.12 0.18
HSL 136.36º 0.26% 0.75% -
HSV(B) 136.36º 0.16% 0.82% -
XYZ 48.89 57.69 53.91 -
YUV 195.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 175 208 184 0.16 0 0.12 0.18 136.36 0.26 0.75
Hex AF D0 B8 10 0 C 12 88 1A 4B
Octal 257 320 270 20 0 14 22 210 32 113
Binary 10101111 11010000 10111000 10000 0 1100 10010 10001000 11010 1001011

Color Harmonies of #AFD0B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0B8

Black with #AFD0B8

Text Example


Text Example

White with #AFD0B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0B8; }

 p { color: rgb(175,208,184); }

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

background-color css

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

 a { background-color: rgb(175,208,184); }

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

border-color css

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

 span { border-color: rgb(175,208,184); }

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