#60BC98

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

Shades of Keppel #60BC98

Tints of Keppel #60BC98

Color information

#60BC98 (or 0x60BC98) is unknown color: approx Keppel. HEX triplet: 60, BC and 98. RGB value is (96,188,152). Sum of RGB (Red+Green+Blue) = 96+188+152=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC98 is #9F4367. Grayscale: #9C9C9C. Windows color (decimal): -10437480 or 10009696. OLE color: 10009696.

HSL color Cylindrical-coordinate representation of color #60BC98: hue angle of 156.52º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC98 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB96188152-
CMYK0.4900.190.26
HSL156.52º40.71%55.69%-
HSV(B)156.52º48.94%73.73%-
XYZ28.4740.7236.06-
YUV156.39125.5284.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 188 (73.83% from 255) = 43.12%
BLUE value IS 152 (59.77% from 255) = 34.86%
R=22.02%
G=43.12%
B=34.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal961881520.4900.190.26156.5240.7155.69
Hex60BC98310131A9d2938
Octal14027423061023322355170
Binary110000010111100100110001100010100111101010011101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,188,152); }

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

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

 a { background-color: rgb(96,188,152); }

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

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

 span { border-color: rgb(96,188,152); }

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