#61B995

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

Shades of Keppel #61B995

Tints of Keppel #61B995

Color information

#61B995 (or 0x61B995) is unknown color: approx Keppel. HEX triplet: 61, B9 and 95. RGB value is (97,185,149). Sum of RGB (Red+Green+Blue) = 97+185+149=431 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.51% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #61B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B995 is #9E466A. Grayscale: #9A9A9A. Windows color (decimal): -10372715 or 9812321. OLE color: 9812321.

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

Color convert

RGB97185149-
CMYK0.4800.190.27
HSL155.45º38.6%55.29%-
HSV(B)155.45º47.57%72.55%-
XYZ27.739.4134.58-
YUV154.58124.8586.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.51%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=22.51%
G=42.92%
B=34.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971851490.4800.190.27155.4538.655.29
Hex61B995300131B9b2737
Octal14127122560023332334767
Binary110000110111001100101011100000100111101110011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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