#6FB298

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

Shades of Acapulco #6FB298

Tints of Acapulco #6FB298

Color information

#6FB298 (or 0x6FB298) is unknown color: approx Acapulco. HEX triplet: 6F, B2 and 98. RGB value is (111,178,152). Sum of RGB (Red+Green+Blue) = 111+178+152=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #6FB298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FB298 is #904D67. Grayscale: #9B9B9B. Windows color (decimal): -9457000 or 10007151. OLE color: 10007151.

HSL color Cylindrical-coordinate representation of color #6FB298: hue angle of 156.72º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB298 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB111178152-
CMYK0.3800.150.30
HSL156.72º30.32%56.67%-
HSV(B)156.72º37.64%69.8%-
XYZ28.1437.4935.46-
YUV155126.396.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.17%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 152 (59.77% from 255) = 34.47%
R=25.17%
G=40.36%
B=34.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1111781520.3800.150.30156.7230.3256.67
Hex6FB298260F1E9d1e39
Octal15726223046017362353671
Binary1101111101100101001100010011001111111101001110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,178,152); }

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

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

 a { background-color: rgb(111,178,152); }

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

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

 span { border-color: rgb(111,178,152); }

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