#6BB090

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

Shades of Acapulco #6BB090

Tints of Acapulco #6BB090

Color information

#6BB090 (or 0x6BB090) is unknown color: approx Acapulco. HEX triplet: 6B, B0 and 90. RGB value is (107,176,144). Sum of RGB (Red+Green+Blue) = 107+176+144=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB090 is #944F6F. Grayscale: #979797. Windows color (decimal): -9719664 or 9482347. OLE color: 9482347.

HSL color Cylindrical-coordinate representation of color #6BB090: hue angle of 152.17º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB090 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB107176144-
CMYK0.3900.180.31
HSL152.17º30.4%55.49%-
HSV(B)152.17º39.2%69.02%-
XYZ26.6236.1931.97-
YUV151.72123.6496.1-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.06%
GREEN value IS 176 (69.14% from 255) = 41.22%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=25.06%
G=41.22%
B=33.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071761440.3900.180.31152.1730.455.49
Hex6BB090270121F981e37
Octal15326022047022372303667
Binary11010111011000010010000100111010010111111001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,176,144); }

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

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

 a { background-color: rgb(107,176,144); }

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

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

 span { border-color: rgb(107,176,144); }

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