#69B195

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

Shades of Acapulco #69B195

Tints of Acapulco #69B195

Color information

#69B195 (or 0x69B195) is unknown color: approx Acapulco. HEX triplet: 69, B1 and 95. RGB value is (105,177,149). Sum of RGB (Red+Green+Blue) = 105+177+149=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 177 (69.53% from 255 or 41.07% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 177 - color contains mainly: green. Hex color #69B195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B195 is #964E6A. Grayscale: #989898. Windows color (decimal): -9850475 or 9810281. OLE color: 9810281.

HSL color Cylindrical-coordinate representation of color #69B195: hue angle of 156.67º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B195 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB105177149-
CMYK0.4100.160.31
HSL156.67º31.58%55.29%-
HSV(B)156.67º40.68%69.41%-
XYZ26.9736.6234.08-
YUV152.28126.1594.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.36%
GREEN value IS 177 (69.53% from 255) = 41.07%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=24.36%
G=41.07%
B=34.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051771490.4100.160.31156.6731.5855.29
Hex69B195290101F9d2037
Octal15126122551020372354067
Binary110100110110001100101011010010100001111110011101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,177,149); }

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

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

 a { background-color: rgb(105,177,149); }

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

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

 span { border-color: rgb(105,177,149); }

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