#61BD9A

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

Shades of Keppel #61BD9A

Tints of Keppel #61BD9A

Color information

#61BD9A (or 0x61BD9A) is unknown color: approx Keppel. HEX triplet: 61, BD and 9A. RGB value is (97,189,154). Sum of RGB (Red+Green+Blue) = 97+189+154=440 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.05% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #61BD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BD9A is #9E4265. Grayscale: #9D9D9D. Windows color (decimal): -10371686 or 10141025. OLE color: 10141025.

HSL color Cylindrical-coordinate representation of color #61BD9A: hue angle of 157.17º 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 #61BD9A is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB97189154-
CMYK0.4900.190.26
HSL157.17º41.07%56.08%-
HSV(B)157.17º48.68%74.12%-
XYZ28.9641.2737.01-
YUV157.5126.0284.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.05%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 154 (60.55% from 255) = 35%
R=22.05%
G=42.95%
B=35%

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
Decimal971891540.4900.190.26157.1741.0756.08
Hex61BD9A310131A9d2938
Octal14127523261023322355170
Binary110000110111101100110101100010100111101010011101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,189,154); }

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

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

 a { background-color: rgb(97,189,154); }

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

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

 span { border-color: rgb(97,189,154); }

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