#6DAD98

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

Shades of Acapulco #6DAD98

Tints of Acapulco #6DAD98

Color information

#6DAD98 (or 0x6DAD98) is unknown color: approx Acapulco. HEX triplet: 6D, AD and 98. RGB value is (109,173,152). Sum of RGB (Red+Green+Blue) = 109+173+152=434 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.12% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD98 is #925267. Grayscale: #979797. Windows color (decimal): -9589352 or 10005869. OLE color: 10005869.

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

Color convert

RGB109173152-
CMYK0.3700.120.32
HSL160.31º28.07%55.29%-
HSV(B)160.31º36.99%67.84%-
XYZ26.9235.4135.12-
YUV151.47128.397.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.12%
GREEN value IS 173 (67.97% from 255) = 39.86%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=25.12%
G=39.86%
B=35.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731520.3700.120.32160.3128.0755.29
Hex6DAD98250C20a01c37
Octal15525523045014402403467
Binary11011011010110110011000100101011001000001010000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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