Html Css Color HEX #68A68E Acapulco

📋 copy color: '#68A68E'

red 104 ◦ green 166 ◦ blue 142

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

Shades of Acapulco #68A68E

Tints of Acapulco #68A68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.29%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 25.24%
G = 40.29%
B = 34.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#68A68E (or 0x68A68E) is known color: Acapulco. HEX triplet: 68, A6 and 8E. RGB value is (104,166,142). Sum of RGB (Red+Green+Blue) = 104+166+142=412 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.24% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #68A68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A68E is #975971. Grayscale: #909090. Windows color (decimal): -9918834 or 9348712. OLE color: 9348712.

HSL color Cylindrical-coordinate representation of color #68A68E: hue angle of 156.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A68E is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 166 142 -
CMYK 0.37 0 0.14 0.35
HSL 156.77º 0.26% 0.53% -
HSV(B) 156.77º 0.37% 0.65% -
XYZ 24.23 32.17 30.52 -
YUV 144.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 104 166 142 0.37 0 0.14 0.35 156.77 0.26 0.53
Hex 68 A6 8E 25 0 E 23 9D 1A 35
Octal 150 246 216 45 0 16 43 235 32 65
Binary 1101000 10100110 10001110 100101 0 1110 100011 10011101 11010 110101

Color Harmonies of #68A68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A68E

Black with #68A68E

Text Example


Text Example

White with #68A68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,166,142); }

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

background-color css

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

 a { background-color: rgb(104,166,142); }

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

border-color css

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

 span { border-color: rgb(104,166,142); }

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