#6DAF9B

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

Shades of Acapulco #6DAF9B

Tints of Acapulco #6DAF9B

Color information

#6DAF9B (or 0x6DAF9B) is unknown color: approx Acapulco. HEX triplet: 6D, AF and 9B. RGB value is (109,175,155). Sum of RGB (Red+Green+Blue) = 109+175+155=439 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.83% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF9B is #925064. Grayscale: #999999. Windows color (decimal): -9588837 or 10202989. OLE color: 10202989.

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

Color convert

RGB109175155-
CMYK0.3800.110.31
HSL161.82º29.2%55.69%-
HSV(B)161.82º37.71%68.63%-
XYZ27.5536.2836.56-
YUV152.99129.1396.63-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.83%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=24.83%
G=39.86%
B=35.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751550.3800.110.31161.8229.255.69
Hex6DAF9B260B1Fa21d38
Octal15525723346013372423570
Binary1101101101011111001101110011001011111111010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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