#61BA98

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

Shades of Keppel #61BA98

Tints of Keppel #61BA98

Color information

#61BA98 (or 0x61BA98) is unknown color: approx Keppel. HEX triplet: 61, BA and 98. RGB value is (97,186,152). Sum of RGB (Red+Green+Blue) = 97+186+152=435 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.30% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA98 is #9E4567. Grayscale: #9B9B9B. Windows color (decimal): -10372456 or 10009185. OLE color: 10009185.

HSL color Cylindrical-coordinate representation of color #61BA98: hue angle of 157.08º 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 #61BA98 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB97186152-
CMYK0.4800.180.27
HSL157.08º39.21%55.49%-
HSV(B)157.08º47.85%72.94%-
XYZ28.1639.9335.93-
YUV155.51126.0186.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.30%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 152 (59.77% from 255) = 34.94%
R=22.30%
G=42.76%
B=34.94%

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
Decimal971861520.4800.180.27157.0839.2155.49
Hex61BA98300121B9d2737
Octal14127223060022332354767
Binary110000110111010100110001100000100101101110011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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