#6DAF94

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

Shades of Acapulco #6DAF94

Tints of Acapulco #6DAF94

Color information

#6DAF94 (or 0x6DAF94) is unknown color: approx Acapulco. HEX triplet: 6D, AF and 94. RGB value is (109,175,148). Sum of RGB (Red+Green+Blue) = 109+175+148=432 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.23% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF94 is #92506B. Grayscale: #989898. Windows color (decimal): -9588844 or 9744237. OLE color: 9744237.

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

Color convert

RGB109175148-
CMYK0.3800.150.31
HSL155.45º29.2%55.69%-
HSV(B)155.45º37.71%68.63%-
XYZ26.9836.0533.55-
YUV152.19125.6397.2-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.23%
GREEN value IS 175 (68.75% from 255) = 40.51%
BLUE value IS 148 (58.20% from 255) = 34.26%
R=25.23%
G=40.51%
B=34.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751480.3800.150.31155.4529.255.69
Hex6DAF94260F1F9b1d38
Octal15525722446017372333570
Binary1101101101011111001010010011001111111111001101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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