#61A598

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

Shades of Keppel #61A598

Tints of Keppel #61A598

Color information

#61A598 (or 0x61A598) is unknown color: approx Keppel. HEX triplet: 61, A5 and 98. RGB value is (97,165,152). Sum of RGB (Red+Green+Blue) = 97+165+152=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 165 - color contains mainly: green. Hex color #61A598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61A598 is #9E5A67. Grayscale: #8F8F8F. Windows color (decimal): -10377832 or 10003809. OLE color: 10003809.

HSL color Cylindrical-coordinate representation of color #61A598: hue angle of 168.53º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61A598 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB97165152-
CMYK0.4100.080.35
HSL168.53º27.42%51.37%-
HSV(B)168.53º41.21%64.71%-
XYZ24.0531.7234.56-
YUV143.19132.9795.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.43%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 152 (59.77% from 255) = 36.71%
R=23.43%
G=39.86%
B=36.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal971651520.4100.080.35168.5327.4251.37
Hex61A598290823a91b33
Octal14124523051010432513363
Binary11000011010010110011000101001010001000111010100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61A598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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