Html Css Color HEX #68B294 Acapulco

📋 copy color: '#68B294'

red 104 ◦ green 178 ◦ blue 148

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

Shades of Acapulco #68B294

Tints of Acapulco #68B294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.4%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 24.19%
G = 41.4%
B = 34.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#68B294 (or 0x68B294) is known color: Acapulco. HEX triplet: 68, B2 and 94. RGB value is (104,178,148). Sum of RGB (Red+Green+Blue) = 104+178+148=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #68B294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B294 is #974D6B. Grayscale: #989898. Windows color (decimal): -9915756 or 9745000. OLE color: 9745000.

HSL color Cylindrical-coordinate representation of color #68B294: hue angle of 155.68º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #68B294 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 104 178 148 -
CMYK 0.42 0 0.17 0.30
HSL 155.68º 0.32% 0.55% -
HSV(B) 155.68º 0.42% 0.7% -
XYZ 26.97 36.92 33.72 -
YUV 152.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 104 178 148 0.42 0 0.17 0.30 155.68 0.32 0.55
Hex 68 B2 94 2A 0 11 1E 9C 20 37
Octal 150 262 224 52 0 21 36 234 40 67
Binary 1101000 10110010 10010100 101010 0 10001 11110 10011100 100000 110111

Color Harmonies of #68B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B294

Black with #68B294

Text Example


Text Example

White with #68B294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,178,148); }

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

background-color css

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

 a { background-color: rgb(104,178,148); }

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

border-color css

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

 span { border-color: rgb(104,178,148); }

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