#6BAD95

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

Shades of Acapulco #6BAD95

Tints of Acapulco #6BAD95

Color information

#6BAD95 (or 0x6BAD95) is unknown color: approx Acapulco. HEX triplet: 6B, AD and 95. RGB value is (107,173,149). Sum of RGB (Red+Green+Blue) = 107+173+149=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAD95 is #94526A. Grayscale: #969696. Windows color (decimal): -9720427 or 9809259. OLE color: 9809259.

HSL color Cylindrical-coordinate representation of color #6BAD95: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD95 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB107173149-
CMYK0.3800.140.32
HSL158.18º28.7%54.9%-
HSV(B)158.18º38.15%67.84%-
XYZ26.4335.1833.83-
YUV150.53127.1396.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=24.94%
G=40.33%
B=34.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1071731490.3800.140.32158.1828.754.9
Hex6BAD95260E209e1d37
Octal15325522546016402363567
Binary11010111010110110010101100110011101000001001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,173,149); }

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

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

 a { background-color: rgb(107,173,149); }

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

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

 span { border-color: rgb(107,173,149); }

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