Html Css Color HEX #68A48B Acapulco

📋 copy color: '#68A48B'

red 104 ◦ green 164 ◦ blue 139

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

Shades of Acapulco #68A48B

Tints of Acapulco #68A48B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 139 (54.69% from 255) = 34.15%

R = 25.55%
G = 40.29%
B = 34.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#68A48B (or 0x68A48B) is known color: Acapulco. HEX triplet: 68, A4 and 8B. RGB value is (104,164,139). Sum of RGB (Red+Green+Blue) = 104+164+139=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #68A48B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A48B is #975B74. Grayscale: #8F8F8F. Windows color (decimal): -9919349 or 9151592. OLE color: 9151592.

HSL color Cylindrical-coordinate representation of color #68A48B: hue angle of 155º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68A48B is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 164 139 -
CMYK 0.37 0 0.15 0.36
HSL 155º 0.25% 0.53% -
HSV(B) 155º 0.37% 0.64% -
XYZ 23.64 31.36 29.23 -
YUV 143.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 104 164 139 0.37 0 0.15 0.36 155 0.25 0.53
Hex 68 A4 8B 25 0 F 24 9B 19 35
Octal 150 244 213 45 0 17 44 233 31 65
Binary 1101000 10100100 10001011 100101 0 1111 100100 10011011 11001 110101

Color Harmonies of #68A48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A48B

Black with #68A48B

Text Example


Text Example

White with #68A48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,164,139); }

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

background-color css

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

 a { background-color: rgb(104,164,139); }

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

border-color css

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

 span { border-color: rgb(104,164,139); }

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