#6CAD8B

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

Shades of Acapulco #6CAD8B

Tints of Acapulco #6CAD8B

Color information

#6CAD8B (or 0x6CAD8B) is unknown color: approx Acapulco. HEX triplet: 6C, AD and 8B. RGB value is (108,173,139). Sum of RGB (Red+Green+Blue) = 108+173+139=420 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.71% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD8B is #935274. Grayscale: #959595. Windows color (decimal): -9654901 or 9153900. OLE color: 9153900.

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

Color convert

RGB108173139-
CMYK0.3800.200.32
HSL148.62º28.38%55.1%-
HSV(B)148.62º37.57%67.84%-
XYZ25.7934.9429.81-
YUV149.69121.9798.26-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.71%
GREEN value IS 173 (67.97% from 255) = 41.19%
BLUE value IS 139 (54.69% from 255) = 33.10%
R=25.71%
G=41.19%
B=33.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1081731390.3800.200.32148.6228.3855.1
Hex6CAD8B2601420951c37
Octal15425521346024402253467
Binary110110010101101100010111001100101001000001001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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