#61BA9E

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

Shades of Keppel #61BA9E

Tints of Keppel #61BA9E

Color information

#61BA9E (or 0x61BA9E) is unknown color: approx Keppel. HEX triplet: 61, BA and 9E. RGB value is (97,186,158). Sum of RGB (Red+Green+Blue) = 97+186+158=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #61BA9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BA9E is #9E4561. Grayscale: #9C9C9C. Windows color (decimal): -10372450 or 10402401. OLE color: 10402401.

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

Color convert

RGB97186158-
CMYK0.4800.150.27
HSL161.12º39.21%55.49%-
HSV(B)161.12º47.85%72.94%-
XYZ28.6640.1338.58-
YUV156.2129.0185.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.00%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=22.00%
G=42.18%
B=35.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal971861580.4800.150.27161.1239.2155.49
Hex61BA9E300F1Ba12737
Octal14127223660017332414767
Binary11000011011101010011110110000011111101110100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,186,158); }

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

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

 a { background-color: rgb(97,186,158); }

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

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

 span { border-color: rgb(97,186,158); }

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