Html Css Color HEX #68A990 Acapulco

📋 copy color: '#68A990'

red 104 ◦ green 169 ◦ blue 144

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

Shades of Acapulco #68A990

Tints of Acapulco #68A990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.53%

R = 24.94%
G = 40.53%
B = 34.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#68A990 (or 0x68A990) is known color: Acapulco. HEX triplet: 68, A9 and 90. RGB value is (104,169,144). Sum of RGB (Red+Green+Blue) = 104+169+144=417 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.94% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 169 - color contains mainly: green. Hex color #68A990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A990 is #97566F. Grayscale: #929292. Windows color (decimal): -9918064 or 9480552. OLE color: 9480552.

HSL color Cylindrical-coordinate representation of color #68A990: hue angle of 156.92º 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 #68A990 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 104 169 144 -
CMYK 0.38 0 0.15 0.34
HSL 156.92º 0.27% 0.54% -
HSV(B) 156.92º 0.38% 0.66% -
XYZ 24.93 33.33 31.51 -
YUV 146.72 126.47 97.53 -
System Red Green Blue C M Y K H S L
Decimal 104 169 144 0.38 0 0.15 0.34 156.92 0.27 0.54
Hex 68 A9 90 26 0 F 22 9D 1B 36
Octal 150 251 220 46 0 17 42 235 33 66
Binary 1101000 10101001 10010000 100110 0 1111 100010 10011101 11011 110110

Color Harmonies of #68A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A990

Black with #68A990

Text Example


Text Example

White with #68A990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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