#6CAD96

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

Shades of Acapulco #6CAD96

Tints of Acapulco #6CAD96

Color information

#6CAD96 (or 0x6CAD96) is unknown color: approx Acapulco. HEX triplet: 6C, AD and 96. RGB value is (108,173,150). Sum of RGB (Red+Green+Blue) = 108+173+150=431 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25.06% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD96 is #935269. Grayscale: #969696. Windows color (decimal): -9654890 or 9874796. OLE color: 9874796.

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

Color convert

RGB108173150-
CMYK0.3800.130.32
HSL158.77º28.38%55.1%-
HSV(B)158.77º37.57%67.84%-
XYZ26.6335.2834.26-
YUV150.94127.4797.37-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.06%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=25.06%
G=40.14%
B=34.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081731500.3800.130.32158.7728.3855.1
Hex6CAD96260D209f1c37
Octal15425522646015402373467
Binary11011001010110110010110100110011011000001001111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,173,150); }

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

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

 a { background-color: rgb(108,173,150); }

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

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

 span { border-color: rgb(108,173,150); }

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