#608A88

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

Shades of Half Baked #608A88

Tints of Half Baked #608A88

Color information

#608A88 (or 0x608A88) is unknown color: approx Half Baked. HEX triplet: 60, 8A and 88. RGB value is (96,138,136). Sum of RGB (Red+Green+Blue) = 96+138+136=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #608A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A88 is #9F7577. Grayscale: #7D7D7D. Windows color (decimal): -10450296 or 8948320. OLE color: 8948320.

HSL color Cylindrical-coordinate representation of color #608A88: hue angle of 177.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608A88 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB96138136-
CMYK0.3000.010.46
HSL177.14º17.95%45.88%-
HSV(B)177.14º30.43%54.12%-
XYZ18.3622.4426.66-
YUV125.21134.09107.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.95%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=25.95%
G=37.30%
B=36.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961381360.3000.010.46177.1417.9545.88
Hex608A881E012Eb1122e
Octal1402122103601562612256
Binary1100000100010101000100011110011011101011000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,138,136); }

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

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

 a { background-color: rgb(96,138,136); }

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

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

 span { border-color: rgb(96,138,136); }

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