#69AF8E

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

Shades of Acapulco #69AF8E

Tints of Acapulco #69AF8E

Color information

#69AF8E (or 0x69AF8E) is unknown color: approx Acapulco. HEX triplet: 69, AF and 8E. RGB value is (105,175,142). Sum of RGB (Red+Green+Blue) = 105+175+142=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AF8E is #965071. Grayscale: #969696. Windows color (decimal): -9850994 or 9351017. OLE color: 9351017.

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

Color convert

RGB105175142-
CMYK0.4000.190.31
HSL151.71º30.43%54.9%-
HSV(B)151.71º40%68.63%-
XYZ26.0435.6231.09-
YUV150.31123.3195.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 175 (68.75% from 255) = 41.47%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=24.88%
G=41.47%
B=33.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051751420.4000.190.31151.7130.4354.9
Hex69AF8E280131F981e37
Octal15125721650023372303667
Binary11010011010111110001110101000010011111111001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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