Html Css Color HEX #68A995 Acapulco

📋 copy color: '#68A995'

red 104 ◦ green 169 ◦ blue 149

#68A995
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acapulco #68A995

Tints of Acapulco #68A995

RGB

 RED value IS 104 (41.02% from 255) = 24.64%

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 24.64%
G = 40.05%
B = 35.31%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#68A995 (or 0x68A995) is known color: Acapulco. HEX triplet: 68, A9 and 95. RGB value is (104,169,149). Sum of RGB (Red+Green+Blue) = 104+169+149=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #68A995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A995 is #97566A. Grayscale: #939393. Windows color (decimal): -9918059 or 9808232. OLE color: 9808232.

HSL color Cylindrical-coordinate representation of color #68A995: hue angle of 161.54º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A995 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 169 149 -
CMYK 0.38 0 0.12 0.34
HSL 161.54º 0.27% 0.54% -
HSV(B) 161.54º 0.38% 0.66% -
XYZ 25.32 33.49 33.56 -
YUV 147.29 128.97 97.13 -
System Red Green Blue C M Y K H S L
Decimal 104 169 149 0.38 0 0.12 0.34 161.54 0.27 0.54
Hex 68 A9 95 26 0 C 22 A2 1B 36
Octal 150 251 225 46 0 14 42 242 33 66
Binary 1101000 10101001 10010101 100110 0 1100 100010 10100010 11011 110110

Color Harmonies of #68A995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A995

Black with #68A995

Text Example


Text Example

White with #68A995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A995; }

 p { color: rgb(104,169,149); }

 H1.HeaderClassName
 {
   color: #68A995;
 }
 .AnyTagClassName
 {
   color: #68A995;
 }
</style>

background-color css

<style>
 a { background-color: #68A995; }

 a { background-color: rgb(104,169,149); }

 div.DivClassName
 {
   background-color: #68A995;
 }
 .BgClassName
 {
   background-color: #68A995;
 }
</style>

border-color css

<style>
 span { border-color: #68A995; }

 span { border-color: rgb(104,169,149); }

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