Html Css Color HEX #68AF93 Acapulco

📋 copy color: '#68AF93'

red 104 ◦ green 175 ◦ blue 147

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

Shades of Acapulco #68AF93

Tints of Acapulco #68AF93

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

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

R = 24.41%
G = 41.08%
B = 34.51%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#68AF93 (or 0x68AF93) is known color: Acapulco. HEX triplet: 68, AF and 93. RGB value is (104,175,147). Sum of RGB (Red+Green+Blue) = 104+175+147=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #68AF93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AF93 is #97506C. Grayscale: #969696. Windows color (decimal): -9916525 or 9678696. OLE color: 9678696.

HSL color Cylindrical-coordinate representation of color #68AF93: hue angle of 156.34º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68AF93 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 175 147 -
CMYK 0.41 0 0.16 0.31
HSL 156.34º 0.31% 0.55% -
HSV(B) 156.34º 0.41% 0.69% -
XYZ 26.31 35.71 33.11 -
YUV 150.58 125.98 94.78 -
System Red Green Blue C M Y K H S L
Decimal 104 175 147 0.41 0 0.16 0.31 156.34 0.31 0.55
Hex 68 AF 93 29 0 10 1F 9C 1F 37
Octal 150 257 223 51 0 20 37 234 37 67
Binary 1101000 10101111 10010011 101001 0 10000 11111 10011100 11111 110111

Color Harmonies of #68AF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AF93

Black with #68AF93

Text Example


Text Example

White with #68AF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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