#5CC29A

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

Shades of Keppel #5CC29A

Tints of Keppel #5CC29A

Color information

#5CC29A (or 0x5CC29A) is unknown color: approx Keppel. HEX triplet: 5C, C2 and 9A. RGB value is (92,194,154). Sum of RGB (Red+Green+Blue) = 92+194+154=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #5CC29A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC29A is #A33D65. Grayscale: #9F9F9F. Windows color (decimal): -10698086 or 10142300. OLE color: 10142300.

HSL color Cylindrical-coordinate representation of color #5CC29A: hue angle of 156.47º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC29A is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB92194154-
CMYK0.5300.210.24
HSL156.47º45.54%56.08%-
HSV(B)156.47º52.58%76.08%-
XYZ29.5443.1937.35-
YUV158.94125.2180.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 20.91%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 154 (60.55% from 255) = 35%
R=20.91%
G=44.09%
B=35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921941540.5300.210.24156.4745.5456.08
Hex5CC29A35015189c2e38
Octal13430223265025302345670
Binary101110011000010100110101101010101011100010011100101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CC29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CC29A; }

 p { color: rgb(92,194,154); }

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

<style>
 a { background-color: #5CC29A; }

 a { background-color: rgb(92,194,154); }

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

<style>
 span { border-color: #5CC29A; }

 span { border-color: rgb(92,194,154); }

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