#61B494

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

Shades of Keppel #61B494

Tints of Keppel #61B494

Color information

#61B494 (or 0x61B494) is unknown color: approx Keppel. HEX triplet: 61, B4 and 94. RGB value is (97,180,148). Sum of RGB (Red+Green+Blue) = 97+180+148=425 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.82% from 425); Green value is 180 (70.70% from 255 or 42.35% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 180 - color contains mainly: green. Hex color #61B494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B494 is #9E4B6B. Grayscale: #979797. Windows color (decimal): -10373996 or 9745505. OLE color: 9745505.

HSL color Cylindrical-coordinate representation of color #61B494: hue angle of 156.87º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61B494 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB97180148-
CMYK0.4600.180.29
HSL156.87º35.62%54.31%-
HSV(B)156.87º46.11%70.59%-
XYZ26.637.3233.82-
YUV151.5412689.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.82%
GREEN value IS 180 (70.70% from 255) = 42.35%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=22.82%
G=42.35%
B=34.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801480.4600.180.29156.8735.6254.31
Hex61B4942E0121D9d2436
Octal14126422456022352354466
Binary110000110110100100101001011100100101110110011101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,180,148); }

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

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

 a { background-color: rgb(97,180,148); }

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

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

 span { border-color: rgb(97,180,148); }

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