#03CC6B

Color #03CC6B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #03CC6B

Tints of Malachite #03CC6B

Color information

#03CC6B (or 0x03CC6B) is unknown color: approx Malachite. HEX triplet: 03, CC and 6B. RGB value is (3,204,107). Sum of RGB (Red+Green+Blue) = 3+204+107=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 204 (80.08% from 255 or 64.97% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC6B is #FC3394. Grayscale: #858585. Windows color (decimal): -16528277 or 7064579. OLE color: 7064579.

HSL color Cylindrical-coordinate representation of color #03CC6B: hue angle of 151.04º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC6B is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.2.

Color convert

RGB3204107-
CMYK0.9900.480.2
HSL151.04º97.1%40.59%-
HSV(B)151.04º98.53%80%-
XYZ24.2844.2721.17-
YUV132.84113.4135.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 204 (80.08% from 255) = 64.97%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=0.96%
G=64.97%
B=34.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32041070.9900.480.2151.0497.140.59
Hex3CC6B6303014976129
Octal33141531430602422714151
Binary111100110011010111100011011000010100100101111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03CC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03CC6B; }

 p { color: rgb(3,204,107); }

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

<style>
 a { background-color: #03CC6B; }

 a { background-color: rgb(3,204,107); }

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

<style>
 span { border-color: #03CC6B; }

 span { border-color: rgb(3,204,107); }

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