#60B092

Color #60B092 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #60B092

Tints of Keppel #60B092

Color information

#60B092 (or 0x60B092) is unknown color: approx Keppel. HEX triplet: 60, B0 and 92. RGB value is (96,176,146). Sum of RGB (Red+Green+Blue) = 96+176+146=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #60B092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B092 is #9F4F6D. Grayscale: #949494. Windows color (decimal): -10440558 or 9613408. OLE color: 9613408.

HSL color Cylindrical-coordinate representation of color #60B092: hue angle of 157.5º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60B092 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB96176146-
CMYK0.4500.170.31
HSL157.5º33.61%53.33%-
HSV(B)157.5º45.45%69.02%-
XYZ25.5435.6132.72-
YUV148.66126.590.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.97%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 146 (57.42% from 255) = 34.93%
R=22.97%
G=42.11%
B=34.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961761460.4500.170.31157.533.6153.33
Hex60B0922D0111F9e2235
Octal14026022255021372364265
Binary110000010110000100100101011010100011111110011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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