Html Css Color HEX #68AB92 Acapulco

📋 copy color: '#68AB92'

red 104 ◦ green 171 ◦ blue 146

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

Shades of Acapulco #68AB92

Tints of Acapulco #68AB92

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.62%

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

R = 24.7%
G = 40.62%
B = 34.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#68AB92 (or 0x68AB92) is known color: Acapulco. HEX triplet: 68, AB and 92. RGB value is (104,171,146). Sum of RGB (Red+Green+Blue) = 104+171+146=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB92 is #97546D. Grayscale: #949494. Windows color (decimal): -9917550 or 9612136. OLE color: 9612136.

HSL color Cylindrical-coordinate representation of color #68AB92: hue angle of 157.61º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AB92 is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 171 146 -
CMYK 0.39 0 0.15 0.33
HSL 157.61º 0.29% 0.54% -
HSV(B) 157.61º 0.39% 0.67% -
XYZ 25.46 34.14 32.44 -
YUV 148.12 126.8 96.53 -
System Red Green Blue C M Y K H S L
Decimal 104 171 146 0.39 0 0.15 0.33 157.61 0.29 0.54
Hex 68 AB 92 27 0 F 21 9E 1D 36
Octal 150 253 222 47 0 17 41 236 35 66
Binary 1101000 10101011 10010010 100111 0 1111 100001 10011110 11101 110110

Color Harmonies of #68AB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB92

Black with #68AB92

Text Example


Text Example

White with #68AB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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