Html Css Color HEX #68B092 Acapulco

📋 copy color: '#68B092'

red 104 ◦ green 176 ◦ blue 146

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

Shades of Acapulco #68B092

Tints of Acapulco #68B092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.31%

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

R = 24.41%
G = 41.31%
B = 34.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#68B092 (or 0x68B092) is known color: Acapulco. HEX triplet: 68, B0 and 92. RGB value is (104,176,146). Sum of RGB (Red+Green+Blue) = 104+176+146=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 176 - color contains mainly: green. Hex color #68B092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B092 is #974F6D. Grayscale: #979797. Windows color (decimal): -9916270 or 9613416. OLE color: 9613416.

HSL color Cylindrical-coordinate representation of color #68B092: hue angle of 155º 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 #68B092 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 104 176 146 -
CMYK 0.41 0 0.17 0.31
HSL 155º 0.31% 0.55% -
HSV(B) 155º 0.41% 0.69% -
XYZ 26.42 36.07 32.76 -
YUV 151.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 104 176 146 0.41 0 0.17 0.31 155 0.31 0.55
Hex 68 B0 92 29 0 11 1F 9B 1F 37
Octal 150 260 222 51 0 21 37 233 37 67
Binary 1101000 10110000 10010010 101001 0 10001 11111 10011011 11111 110111

Color Harmonies of #68B092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B092

Black with #68B092

Text Example


Text Example

White with #68B092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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