Html Css Color HEX #03C980 Caribbean Green

📋 copy color: '#03C980'

red 3 ◦ green 201 ◦ blue 128

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

Shades of Caribbean Green #03C980

Tints of Caribbean Green #03C980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 60.54%

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

R = 0.9%
G = 60.54%
B = 38.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#03C980 (or 0x03C980) is known color: Caribbean Green. HEX triplet: 03, C9 and 80. RGB value is (3,201,128). Sum of RGB (Red+Green+Blue) = 3+201+128=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #03C980 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C980 is #FC367F. Grayscale: #858585. Windows color (decimal): -16529024 or 8440067. OLE color: 8440067.

HSL color Cylindrical-coordinate representation of color #03C980: hue angle of 157.88º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C980 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 201 128 -
CMYK 0.99 0 0.36 0.21
HSL 157.88º 0.97% 0.4% -
HSV(B) 157.88º 0.99% 0.79% -
XYZ 24.82 43.35 27.48 -
YUV 133.48 124.9 34.94 -
System Red Green Blue C M Y K H S L
Decimal 3 201 128 0.99 0 0.36 0.21 157.88 0.97 0.4
Hex 3 C9 80 63 0 24 15 9E 61 28
Octal 3 311 200 143 0 44 25 236 141 50
Binary 11 11001001 10000000 1100011 0 100100 10101 10011110 1100001 101000

Color Harmonies of #03C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C980

Black with #03C980

Text Example


Text Example

White with #03C980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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