#69AE8E

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

Shades of Acapulco #69AE8E

Tints of Acapulco #69AE8E

Color information

#69AE8E (or 0x69AE8E) is unknown color: approx Acapulco. HEX triplet: 69, AE and 8E. RGB value is (105,174,142). Sum of RGB (Red+Green+Blue) = 105+174+142=421 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.94% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AE8E is #965171. Grayscale: #959595. Windows color (decimal): -9851250 or 9350761. OLE color: 9350761.

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

Color convert

RGB105174142-
CMYK0.4000.180.32
HSL152.17º29.87%54.71%-
HSV(B)152.17º39.66%68.24%-
XYZ25.8435.2331.03-
YUV149.72123.6496.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.94%
GREEN value IS 174 (68.36% from 255) = 41.33%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=24.94%
G=41.33%
B=33.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741420.4000.180.32152.1729.8754.71
Hex69AE8E2801220981e37
Octal15125621650022402303667
Binary110100110101110100011101010000100101000001001100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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