#69AF92

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

Shades of Acapulco #69AF92

Tints of Acapulco #69AF92

Color information

#69AF92 (or 0x69AF92) is unknown color: approx Acapulco. HEX triplet: 69, AF and 92. RGB value is (105,175,146). Sum of RGB (Red+Green+Blue) = 105+175+146=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AF92 is #96506D. Grayscale: #969696. Windows color (decimal): -9850990 or 9613161. OLE color: 9613161.

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

Color convert

RGB105175146-
CMYK0.4000.170.31
HSL155.14º30.43%54.9%-
HSV(B)155.14º40%68.63%-
XYZ26.3435.7432.7-
YUV150.76125.3195.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 146 (57.42% from 255) = 34.27%
R=24.65%
G=41.08%
B=34.27%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751460.4000.170.31155.1430.4354.9
Hex69AF92280111F9b1e37
Octal15125722250021372333667
Binary11010011010111110010010101000010001111111001101111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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