Html Css Color HEX #03CC80 Caribbean Green

📋 copy color: '#03CC80'

red 3 ◦ green 204 ◦ blue 128

#03CC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #03CC80

Tints of Caribbean Green #03CC80

RGB

 RED value IS 3 (1.56% from 255) = 0.9%

 GREEN value IS 204 (80.08% from 255) = 60.9%

 BLUE value IS 128 (50.39% from 255) = 38.21%

R = 0.9%
G = 60.9%
B = 38.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#03CC80 (or 0x03CC80) is known color: Caribbean Green. HEX triplet: 03, CC and 80. RGB value is (3,204,128). Sum of RGB (Red+Green+Blue) = 3+204+128=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CC80 is #FC337F. Grayscale: #878787. Windows color (decimal): -16528256 or 8440835. OLE color: 8440835.

HSL color Cylindrical-coordinate representation of color #03CC80: hue angle of 157.31º 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 #03CC80 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 128 -
CMYK 0.99 0 0.37 0.2
HSL 157.31º 0.97% 0.41% -
HSV(B) 157.31º 0.99% 0.8% -
XYZ 25.53 44.76 27.72 -
YUV 135.24 123.91 33.68 -
System Red Green Blue C M Y K H S L
Decimal 3 204 128 0.99 0 0.37 0.2 157.31 0.97 0.41
Hex 3 CC 80 63 0 25 14 9D 61 29
Octal 3 314 200 143 0 45 24 235 141 51
Binary 11 11001100 10000000 1100011 0 100101 10100 10011101 1100001 101001

Color Harmonies of #03CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC80

Black with #03CC80

Text Example


Text Example

White with #03CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03CC80;
 }
 .AnyTagClassName
 {
   color: #03CC80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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