#6CA990

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

Shades of Acapulco #6CA990

Tints of Acapulco #6CA990

Color information

#6CA990 (or 0x6CA990) is unknown color: approx Acapulco. HEX triplet: 6C, A9 and 90. RGB value is (108,169,144). Sum of RGB (Red+Green+Blue) = 108+169+144=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 169 - color contains mainly: green. Hex color #6CA990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA990 is #93566F. Grayscale: #939393. Windows color (decimal): -9655920 or 9480556. OLE color: 9480556.

HSL color Cylindrical-coordinate representation of color #6CA990: hue angle of 155.41º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6CA990 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB108169144-
CMYK0.3600.150.34
HSL155.41º26.18%54.31%-
HSV(B)155.41º36.09%66.27%-
XYZ25.4133.5831.53-
YUV147.91125.7999.53-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.65%
GREEN value IS 169 (66.41% from 255) = 40.14%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=25.65%
G=40.14%
B=34.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1081691440.3600.150.34155.4126.1854.31
Hex6CA990240F229b1a36
Octal15425122044017422333266
Binary11011001010100110010000100100011111000101001101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,169,144); }

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

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

 a { background-color: rgb(108,169,144); }

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

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

 span { border-color: rgb(108,169,144); }

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