#69AF96

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

Shades of Acapulco #69AF96

Tints of Acapulco #69AF96

Color information

#69AF96 (or 0x69AF96) is unknown color: approx Acapulco. HEX triplet: 69, AF and 96. RGB value is (105,175,150). Sum of RGB (Red+Green+Blue) = 105+175+150=430 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.42% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AF96 is #965069. Grayscale: #979797. Windows color (decimal): -9850986 or 9875305. OLE color: 9875305.

HSL color Cylindrical-coordinate representation of color #69AF96: hue angle of 158.57º 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 #69AF96 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB105175150-
CMYK0.4000.140.31
HSL158.57º30.43%54.9%-
HSV(B)158.57º40%68.63%-
XYZ26.6635.8734.37-
YUV151.22127.3195.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.42%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=24.42%
G=40.70%
B=34.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751500.4000.140.31158.5730.4354.9
Hex69AF96280E1F9f1e37
Octal15125722650016372373667
Binary1101001101011111001011010100001110111111001111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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