#60B49A

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

Shades of Keppel #60B49A

Tints of Keppel #60B49A

Color information

#60B49A (or 0x60B49A) is unknown color: approx Keppel. HEX triplet: 60, B4 and 9A. RGB value is (96,180,154). Sum of RGB (Red+Green+Blue) = 96+180+154=430 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.33% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #60B49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B49A is #9F4B65. Grayscale: #979797. Windows color (decimal): -10439526 or 10138720. OLE color: 10138720.

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

Color convert

RGB96180154-
CMYK0.4700.140.29
HSL161.43º35.9%54.12%-
HSV(B)161.43º46.67%70.59%-
XYZ26.9837.4636.38-
YUV151.92129.1788.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.33%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=22.33%
G=41.86%
B=35.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal961801540.4700.140.29161.4335.954.12
Hex60B49A2F0E1Da12436
Octal14026423257016352414466
Binary11000001011010010011010101111011101110110100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B49A; }

 p { color: rgb(96,180,154); }

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

<style>
 a { background-color: #60B49A; }

 a { background-color: rgb(96,180,154); }

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

<style>
 span { border-color: #60B49A; }

 span { border-color: rgb(96,180,154); }

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