#61BF9A

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

Shades of Keppel #61BF9A

Tints of Keppel #61BF9A

Color information

#61BF9A (or 0x61BF9A) is unknown color: approx Keppel. HEX triplet: 61, BF and 9A. RGB value is (97,191,154). Sum of RGB (Red+Green+Blue) = 97+191+154=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BF9A is #9E4065. Grayscale: #9E9E9E. Windows color (decimal): -10371174 or 10141537. OLE color: 10141537.

HSL color Cylindrical-coordinate representation of color #61BF9A: hue angle of 156.38º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61BF9A is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB97191154-
CMYK0.4900.190.25
HSL156.38º42.34%56.47%-
HSV(B)156.38º49.21%74.9%-
XYZ29.3942.1437.16-
YUV158.68125.3684.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.95%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 154 (60.55% from 255) = 34.84%
R=21.95%
G=43.21%
B=34.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971911540.4900.190.25156.3842.3456.47
Hex61BF9A31013199c2a38
Octal14127723261023312345270
Binary110000110111111100110101100010100111100110011100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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