Html Css Color HEX #68AE93 Acapulco

📋 copy color: '#68AE93'

red 104 ◦ green 174 ◦ blue 147

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

Shades of Acapulco #68AE93

Tints of Acapulco #68AE93

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.94%

 BLUE value IS 147 (57.81% from 255) = 34.59%

R = 24.47%
G = 40.94%
B = 34.59%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#68AE93 (or 0x68AE93) is known color: Acapulco. HEX triplet: 68, AE and 93. RGB value is (104,174,147). Sum of RGB (Red+Green+Blue) = 104+174+147=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE93 is #97516C. Grayscale: #969696. Windows color (decimal): -9916781 or 9678440. OLE color: 9678440.

HSL color Cylindrical-coordinate representation of color #68AE93: hue angle of 156.86º 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 #68AE93 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 174 147 -
CMYK 0.40 0 0.16 0.32
HSL 156.86º 0.3% 0.55% -
HSV(B) 156.86º 0.4% 0.68% -
XYZ 26.11 35.32 33.05 -
YUV 149.99 126.31 95.2 -
System Red Green Blue C M Y K H S L
Decimal 104 174 147 0.40 0 0.16 0.32 156.86 0.3 0.55
Hex 68 AE 93 28 0 10 20 9D 1E 37
Octal 150 256 223 50 0 20 40 235 36 67
Binary 1101000 10101110 10010011 101000 0 10000 100000 10011101 11110 110111

Color Harmonies of #68AE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE93

Black with #68AE93

Text Example


Text Example

White with #68AE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,174,147); }

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

background-color css

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

 a { background-color: rgb(104,174,147); }

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

border-color css

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

 span { border-color: rgb(104,174,147); }

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