#61B498

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

Shades of Keppel #61B498

Tints of Keppel #61B498

Color information

#61B498 (or 0x61B498) is unknown color: approx Keppel. HEX triplet: 61, B4 and 98. RGB value is (97,180,152). Sum of RGB (Red+Green+Blue) = 97+180+152=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #61B498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B498 is #9E4B67. Grayscale: #989898. Windows color (decimal): -10373992 or 10007649. OLE color: 10007649.

HSL color Cylindrical-coordinate representation of color #61B498: hue angle of 159.76º 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 #61B498 is Cyan = 0.46, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB97180152-
CMYK0.4600.160.29
HSL159.76º35.62%54.31%-
HSV(B)159.76º46.11%70.59%-
XYZ26.9237.4535.52-
YUV151.9912888.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 180 (70.70% from 255) = 41.96%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=22.61%
G=41.96%
B=35.43%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal971801520.4600.160.29159.7635.6254.31
Hex61B4982E0101Da02436
Octal14126423056020352404466
Binary110000110110100100110001011100100001110110100000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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