#61B0A0

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

Shades of Keppel #61B0A0

Tints of Keppel #61B0A0

Color information

#61B0A0 (or 0x61B0A0) is unknown color: approx Keppel. HEX triplet: 61, B0 and A0. RGB value is (97,176,160). Sum of RGB (Red+Green+Blue) = 97+176+160=433 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.40% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 176 - color contains mainly: green. Hex color #61B0A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61B0A0 is #9E4F5F. Grayscale: #969696. Windows color (decimal): -10375008 or 10530913. OLE color: 10530913.

HSL color Cylindrical-coordinate representation of color #61B0A0: hue angle of 167.85º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61B0A0 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB97176160-
CMYK0.4500.090.31
HSL167.85º33.33%53.53%-
HSV(B)167.85º44.89%69.02%-
XYZ26.836.1338.82-
YUV150.56133.3389.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.40%
GREEN value IS 176 (69.14% from 255) = 40.65%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=22.40%
G=40.65%
B=36.95%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971761600.4500.090.31167.8533.3353.53
Hex61B0A02D091Fa82136
Octal14126024055011372504166
Binary11000011011000010100000101101010011111110101000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,176,160); }

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

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

 a { background-color: rgb(97,176,160); }

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

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

 span { border-color: rgb(97,176,160); }

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