#60B494

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

Shades of Keppel #60B494

Tints of Keppel #60B494

Color information

#60B494 (or 0x60B494) is unknown color: approx Keppel. HEX triplet: 60, B4 and 94. RGB value is (96,180,148). Sum of RGB (Red+Green+Blue) = 96+180+148=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 180 - color contains mainly: green. Hex color #60B494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B494 is #9F4B6B. Grayscale: #979797. Windows color (decimal): -10439532 or 9745504. OLE color: 9745504.

HSL color Cylindrical-coordinate representation of color #60B494: hue angle of 157.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B494 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB96180148-
CMYK0.4700.180.29
HSL157.14º35.9%54.12%-
HSV(B)157.14º46.67%70.59%-
XYZ26.4937.2733.81-
YUV151.24126.1788.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.64%
GREEN value IS 180 (70.70% from 255) = 42.45%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=22.64%
G=42.45%
B=34.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801480.4700.180.29157.1435.954.12
Hex60B4942F0121D9d2436
Octal14026422457022352354466
Binary110000010110100100101001011110100101110110011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,180,148); }

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

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

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

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

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

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

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