#6DAF95

Color #6DAF95 Acapulco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acapulco #6DAF95

Tints of Acapulco #6DAF95

Color information

#6DAF95 (or 0x6DAF95) is unknown color: approx Acapulco. HEX triplet: 6D, AF and 95. RGB value is (109,175,149). Sum of RGB (Red+Green+Blue) = 109+175+149=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF95 is #92506A. Grayscale: #989898. Windows color (decimal): -9588843 or 9809773. OLE color: 9809773.

HSL color Cylindrical-coordinate representation of color #6DAF95: hue angle of 156.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF95 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB109175149-
CMYK0.3800.150.31
HSL156.36º29.2%55.69%-
HSV(B)156.36º37.71%68.63%-
XYZ27.0636.0833.97-
YUV152.3126.1397.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.17%
GREEN value IS 175 (68.75% from 255) = 40.42%
BLUE value IS 149 (58.59% from 255) = 34.41%
R=25.17%
G=40.42%
B=34.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751490.3800.150.31156.3629.255.69
Hex6DAF95260F1F9c1d38
Octal15525722546017372343570
Binary1101101101011111001010110011001111111111001110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DAF95; }

 p { color: rgb(109,175,149); }

 H1.HeaderClassName
 {
   color: #6DAF95;
 }
 .AnyTagClassName
 {
   color: #6DAF95;
 }
</style>
background-color css

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

 a { background-color: rgb(109,175,149); }

 div.DivClassName
 {
   background-color: #6DAF95;
 }
 .BgClassName
 {
   background-color: #6DAF95;
 }
</style>
border-color css

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

 span { border-color: rgb(109,175,149); }

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