#608E92

Color #608E92 Half Baked (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Baked #608E92

Tints of Half Baked #608E92

Color information

#608E92 (or 0x608E92) is unknown color: approx Half Baked. HEX triplet: 60, 8E and 92. RGB value is (96,142,146). Sum of RGB (Red+Green+Blue) = 96+142+146=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 146 (57.42% from 255 or 38.02% from 384); Max value from RGB is 146 - color contains mainly: blue. Hex color #608E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608E92 is #9F716D. Grayscale: #808080. Windows color (decimal): -10449262 or 9604704. OLE color: 9604704.

HSL color Cylindrical-coordinate representation of color #608E92: hue angle of 184.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608E92 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB96142146-
CMYK0.340.0300.43
HSL184.8º20.66%47.45%-
HSV(B)184.8º34.25%57.25%-
XYZ19.6923.9130.77-
YUV128.7137.76104.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 146 (57.42% from 255) = 38.02%
R=25%
G=36.98%
B=38.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal961421460.340.0300.43184.820.6647.45
Hex608E9222302Bb9152f
Octal1402162224230532712557
Binary110000010001110100100101000101101010111011100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608E92; }

 p { color: rgb(96,142,146); }

 H1.HeaderClassName
 {
   color: #608E92;
 }
 .AnyTagClassName
 {
   color: #608E92;
 }
</style>
background-color css

<style>
 a { background-color: #608E92; }

 a { background-color: rgb(96,142,146); }

 div.DivClassName
 {
   background-color: #608E92;
 }
 .BgClassName
 {
   background-color: #608E92;
 }
</style>
border-color css

<style>
 span { border-color: #608E92; }

 span { border-color: rgb(96,142,146); }

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