#6DAF98

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

Shades of Acapulco #6DAF98

Tints of Acapulco #6DAF98

Color information

#6DAF98 (or 0x6DAF98) is unknown color: approx Acapulco. HEX triplet: 6D, AF and 98. RGB value is (109,175,152). Sum of RGB (Red+Green+Blue) = 109+175+152=436 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF98 is #925067. Grayscale: #989898. Windows color (decimal): -9588840 or 10006381. OLE color: 10006381.

HSL color Cylindrical-coordinate representation of color #6DAF98: hue angle of 159.09º 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 #6DAF98 is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB109175152-
CMYK0.3800.130.31
HSL159.09º29.2%55.69%-
HSV(B)159.09º37.71%68.63%-
XYZ27.336.1835.25-
YUV152.64127.6396.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=25%
G=40.14%
B=34.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751520.3800.130.31159.0929.255.69
Hex6DAF98260D1F9f1d38
Octal15525723046015372373570
Binary1101101101011111001100010011001101111111001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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