#6DAE95

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

Shades of Acapulco #6DAE95

Tints of Acapulco #6DAE95

Color information

#6DAE95 (or 0x6DAE95) is unknown color: approx Acapulco. HEX triplet: 6D, AE and 95. RGB value is (109,174,149). Sum of RGB (Red+Green+Blue) = 109+174+149=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAE95 is #92516A. Grayscale: #979797. Windows color (decimal): -9589099 or 9809517. OLE color: 9809517.

HSL color Cylindrical-coordinate representation of color #6DAE95: hue angle of 156.92º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6DAE95 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB109174149-
CMYK0.3700.140.32
HSL156.92º28.63%55.49%-
HSV(B)156.92º37.36%68.24%-
XYZ26.8735.6933.91-
YUV151.71126.4797.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.23%
GREEN value IS 174 (68.36% from 255) = 40.28%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=25.23%
G=40.28%
B=34.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091741490.3700.140.32156.9228.6355.49
Hex6DAE95250E209d1d37
Octal15525622545016402353567
Binary11011011010111010010101100101011101000001001110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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