#5C908B

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

Shades of Half Baked #5C908B

Tints of Half Baked #5C908B

Color information

#5C908B (or 0x5C908B) is unknown color: approx Half Baked. HEX triplet: 5C, 90 and 8B. RGB value is (92,144,139). Sum of RGB (Red+Green+Blue) = 92+144+139=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #5C908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C908B is #A36F74. Grayscale: #7F7F7F. Windows color (decimal): -10710901 or 9146460. OLE color: 9146460.

HSL color Cylindrical-coordinate representation of color #5C908B: hue angle of 174.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C908B is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB92144139-
CMYK0.3600.030.44
HSL174.23º22.03%46.27%-
HSV(B)174.23º36.11%56.47%-
XYZ19.0524.0928.07-
YUV127.88134.27102.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.53%
GREEN value IS 144 (56.64% from 255) = 38.4%
BLUE value IS 139 (54.69% from 255) = 37.07%
R=24.53%
G=38.4%
B=37.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal921441390.3600.030.44174.2322.0346.27
Hex5C908B24032Cae162e
Octal1342202134403542562656
Binary101110010010000100010111001000111011001010111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C908B; }

 p { color: rgb(92,144,139); }

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

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

 a { background-color: rgb(92,144,139); }

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

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

 span { border-color: rgb(92,144,139); }

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