#61BF9D

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

Shades of Keppel #61BF9D

Tints of Keppel #61BF9D

Color information

#61BF9D (or 0x61BF9D) is unknown color: approx Keppel. HEX triplet: 61, BF and 9D. RGB value is (97,191,157). Sum of RGB (Red+Green+Blue) = 97+191+157=445 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.80% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BF9D is #9E4062. Grayscale: #9F9F9F. Windows color (decimal): -10371171 or 10338145. OLE color: 10338145.

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

Color convert

RGB97191157-
CMYK0.4900.180.25
HSL158.3º42.34%56.47%-
HSV(B)158.3º49.21%74.9%-
XYZ29.6542.2438.49-
YUV159.02126.8683.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.80%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=21.80%
G=42.92%
B=35.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal971911570.4900.180.25158.342.3456.47
Hex61BF9D31012199e2a38
Octal14127723561022312365270
Binary110000110111111100111011100010100101100110011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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