#6DAD94

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

Shades of Acapulco #6DAD94

Tints of Acapulco #6DAD94

Color information

#6DAD94 (or 0x6DAD94) is unknown color: approx Acapulco. HEX triplet: 6D, AD and 94. RGB value is (109,173,148). Sum of RGB (Red+Green+Blue) = 109+173+148=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAD94 is #92526B. Grayscale: #979797. Windows color (decimal): -9589356 or 9743725. OLE color: 9743725.

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

Color convert

RGB109173148-
CMYK0.3700.140.32
HSL156.56º28.07%55.29%-
HSV(B)156.56º36.99%67.84%-
XYZ26.635.2833.42-
YUV151.01126.398.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.35%
GREEN value IS 173 (67.97% from 255) = 40.23%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=25.35%
G=40.23%
B=34.42%

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
Decimal1091731480.3700.140.32156.5628.0755.29
Hex6DAD94250E209d1c37
Octal15525522445016402353467
Binary11011011010110110010100100101011101000001001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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