#6DAD95

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

Shades of Acapulco #6DAD95

Tints of Acapulco #6DAD95

Color information

#6DAD95 (or 0x6DAD95) is unknown color: approx Acapulco. HEX triplet: 6D, AD and 95. RGB value is (109,173,149). Sum of RGB (Red+Green+Blue) = 109+173+149=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD95 is #92526A. Grayscale: #979797. Windows color (decimal): -9589355 or 9809261. OLE color: 9809261.

HSL color Cylindrical-coordinate representation of color #6DAD95: hue angle of 157.5º degrees, saturation: 0.28, 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 #6DAD95 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB109173149-
CMYK0.3700.140.32
HSL157.5º28.07%55.29%-
HSV(B)157.5º36.99%67.84%-
XYZ26.6835.3133.84-
YUV151.13126.897.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.29%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=25.29%
G=40.14%
B=34.57%

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
Decimal1091731490.3700.140.32157.528.0755.29
Hex6DAD95250E209e1c37
Octal15525522545016402363467
Binary11011011010110110010101100101011101000001001111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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