#69AD94

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

Shades of Acapulco #69AD94

Tints of Acapulco #69AD94

Color information

#69AD94 (or 0x69AD94) is unknown color: approx Acapulco. HEX triplet: 69, AD and 94. RGB value is (105,173,148). Sum of RGB (Red+Green+Blue) = 105+173+148=426 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.65% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AD94 is #96526B. Grayscale: #959595. Windows color (decimal): -9851500 or 9743721. OLE color: 9743721.

HSL color Cylindrical-coordinate representation of color #69AD94: hue angle of 157.94º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD94 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB105173148-
CMYK0.3900.140.32
HSL157.94º29.31%54.51%-
HSV(B)157.94º39.31%67.84%-
XYZ26.1135.0333.4-
YUV149.82126.9796.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.65%
GREEN value IS 173 (67.97% from 255) = 40.61%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=24.65%
G=40.61%
B=34.74%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051731480.3900.140.32157.9429.3154.51
Hex69AD94270E209e1d37
Octal15125522447016402363567
Binary11010011010110110010100100111011101000001001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,173,148); }

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

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

 a { background-color: rgb(105,173,148); }

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

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

 span { border-color: rgb(105,173,148); }

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