Html Css Color HEX #03DC96 Caribbean Green

📋 copy color: '#03DC96'

red 3 ◦ green 220 ◦ blue 150

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

Shades of Caribbean Green #03DC96

Tints of Caribbean Green #03DC96

RGB

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

 GREEN value IS 220 (86.33% from 255) = 58.98%

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 0.8%
G = 58.98%
B = 40.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#03DC96 (or 0x03DC96) is known color: Caribbean Green. HEX triplet: 03, DC and 96. RGB value is (3,220,150). Sum of RGB (Red+Green+Blue) = 3+220+150=373 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.80% from 373); Green value is 220 (86.33% from 255 or 58.98% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DC96 is #FC2369. Grayscale: #939393. Windows color (decimal): -16524138 or 9886723. OLE color: 9886723.

HSL color Cylindrical-coordinate representation of color #03DC96: hue angle of 160.65º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DC96 is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 220 150 -
CMYK 0.99 0 0.32 0.14
HSL 160.65º 0.97% 0.44% -
HSV(B) 160.65º 0.99% 0.86% -
XYZ 31.14 53.41 37.52 -
YUV 147.14 129.61 25.19 -
System Red Green Blue C M Y K H S L
Decimal 3 220 150 0.99 0 0.32 0.14 160.65 0.97 0.44
Hex 3 DC 96 63 0 20 E A1 61 2C
Octal 3 334 226 143 0 40 16 241 141 54
Binary 11 11011100 10010110 1100011 0 100000 1110 10100001 1100001 101100

Color Harmonies of #03DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC96

Black with #03DC96

Text Example


Text Example

White with #03DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,220,150); }

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

background-color css

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

 a { background-color: rgb(3,220,150); }

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

border-color css

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

 span { border-color: rgb(3,220,150); }

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