Html Css Color HEX #68AD92 Acapulco

📋 copy color: '#68AD92'

red 104 ◦ green 173 ◦ blue 146

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

Shades of Acapulco #68AD92

Tints of Acapulco #68AD92

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.9%

 BLUE value IS 146 (57.42% from 255) = 34.52%

R = 24.59%
G = 40.9%
B = 34.52%

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

#68AD92 (or 0x68AD92) is known color: Acapulco. HEX triplet: 68, AD and 92. RGB value is (104,173,146). Sum of RGB (Red+Green+Blue) = 104+173+146=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 146 (57.42% from 255 or 34.52% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD92 is #97526D. Grayscale: #959595. Windows color (decimal): -9917038 or 9612648. OLE color: 9612648.

HSL color Cylindrical-coordinate representation of color #68AD92: hue angle of 156.52º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD92 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 146 -
CMYK 0.40 0 0.16 0.32
HSL 156.52º 0.3% 0.54% -
HSV(B) 156.52º 0.4% 0.68% -
XYZ 25.84 34.91 32.57 -
YUV 149.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 104 173 146 0.40 0 0.16 0.32 156.52 0.3 0.54
Hex 68 AD 92 28 0 10 20 9D 1E 36
Octal 150 255 222 50 0 20 40 235 36 66
Binary 1101000 10101101 10010010 101000 0 10000 100000 10011101 11110 110110

Color Harmonies of #68AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD92

Black with #68AD92

Text Example


Text Example

White with #68AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,173,146); }

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

background-color css

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

 a { background-color: rgb(104,173,146); }

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

border-color css

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

 span { border-color: rgb(104,173,146); }

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