#69AF95

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

Shades of Acapulco #69AF95

Tints of Acapulco #69AF95

Color information

#69AF95 (or 0x69AF95) is unknown color: approx Acapulco. HEX triplet: 69, AF and 95. RGB value is (105,175,149). Sum of RGB (Red+Green+Blue) = 105+175+149=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AF95 is #96506A. Grayscale: #979797. Windows color (decimal): -9850987 or 9809769. OLE color: 9809769.

HSL color Cylindrical-coordinate representation of color #69AF95: hue angle of 157.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF95 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB105175149-
CMYK0.4000.150.31
HSL157.71º30.43%54.9%-
HSV(B)157.71º40%68.63%-
XYZ26.5835.8333.95-
YUV151.11126.8195.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.48%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=24.48%
G=40.79%
B=34.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751490.4000.150.31157.7130.4354.9
Hex69AF95280F1F9e1e37
Octal15125722550017372363667
Binary1101001101011111001010110100001111111111001111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AF95; }

 p { color: rgb(105,175,149); }

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

<style>
 a { background-color: #69AF95; }

 a { background-color: rgb(105,175,149); }

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

<style>
 span { border-color: #69AF95; }

 span { border-color: rgb(105,175,149); }

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