#61B998

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

Shades of Keppel #61B998

Tints of Keppel #61B998

Color information

#61B998 (or 0x61B998) is unknown color: approx Keppel. HEX triplet: 61, B9 and 98. RGB value is (97,185,152). Sum of RGB (Red+Green+Blue) = 97+185+152=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #61B998 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B998 is #9E4667. Grayscale: #9A9A9A. Windows color (decimal): -10372712 or 10008929. OLE color: 10008929.

HSL color Cylindrical-coordinate representation of color #61B998: hue angle of 157.5º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B998 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB97185152-
CMYK0.4800.180.27
HSL157.5º38.6%55.29%-
HSV(B)157.5º47.57%72.55%-
XYZ27.9539.5135.86-
YUV154.93126.3586.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.35%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 152 (59.77% from 255) = 35.02%
R=22.35%
G=42.63%
B=35.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971851520.4800.180.27157.538.655.29
Hex61B998300121B9e2737
Octal14127123060022332364767
Binary110000110111001100110001100000100101101110011110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B998; }

 p { color: rgb(97,185,152); }

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

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

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

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

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

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

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