#61B99D

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

Shades of Keppel #61B99D

Tints of Keppel #61B99D

Color information

#61B99D (or 0x61B99D) is unknown color: approx Keppel. HEX triplet: 61, B9 and 9D. RGB value is (97,185,157). Sum of RGB (Red+Green+Blue) = 97+185+157=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #61B99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B99D is #9E4662. Grayscale: #9B9B9B. Windows color (decimal): -10372707 or 10336609. OLE color: 10336609.

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

Color convert

RGB97185157-
CMYK0.4800.150.27
HSL160.91º38.6%55.29%-
HSV(B)160.91º47.57%72.55%-
XYZ28.3639.6738.06-
YUV155.5128.8586.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.10%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=22.10%
G=42.14%
B=35.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971851570.4800.150.27160.9138.655.29
Hex61B99D300F1Ba12737
Octal14127123560017332414767
Binary11000011011100110011101110000011111101110100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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