#6BAF8E

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

Shades of Acapulco #6BAF8E

Tints of Acapulco #6BAF8E

Color information

#6BAF8E (or 0x6BAF8E) is unknown color: approx Acapulco. HEX triplet: 6B, AF and 8E. RGB value is (107,175,142). Sum of RGB (Red+Green+Blue) = 107+175+142=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF8E is #945071. Grayscale: #969696. Windows color (decimal): -9719922 or 9351019. OLE color: 9351019.

HSL color Cylindrical-coordinate representation of color #6BAF8E: hue angle of 150.88º 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 #6BAF8E is Cyan = 0.39, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB107175142-
CMYK0.3900.190.31
HSL150.88º29.82%55.29%-
HSV(B)150.88º38.86%68.63%-
XYZ26.2835.7431.1-
YUV150.91122.9796.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 175 (68.75% from 255) = 41.27%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=25.24%
G=41.27%
B=33.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071751420.3900.190.31150.8829.8255.29
Hex6BAF8E270131F971e37
Octal15325721647023372273667
Binary11010111010111110001110100111010011111111001011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,142); }

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

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

 a { background-color: rgb(107,175,142); }

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

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

 span { border-color: rgb(107,175,142); }

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