#619494

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

Shades of Half Baked #619494

Tints of Half Baked #619494

Color information

#619494 (or 0x619494) is unknown color: approx Half Baked. HEX triplet: 61, 94 and 94. RGB value is (97,148,148). Sum of RGB (Red+Green+Blue) = 97+148+148=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 148 - color contains mainly: green, blue. Hex color #619494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619494 is #9E6B6B. Grayscale: #848484. Windows color (decimal): -10382188 or 9737313. OLE color: 9737313.

HSL color Cylindrical-coordinate representation of color #619494: hue angle of 180º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619494 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97148148-
CMYK0.34000.42
HSL180º20.82%48.04%-
HSV(B)180º34.46%58.04%-
XYZ20.8625.8631.91-
YUV132.75136.6102.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 148 (58.20% from 255) = 37.66%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=24.68%
G=37.66%
B=37.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971481480.34000.4218020.8248.04
Hex61949422002Ab41530
Octal1412242244200522642560
Binary11000011001010010010100100010001010101011010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619494; }

 p { color: rgb(97,148,148); }

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

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

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

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

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

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

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