Html Css Color HEX #03DC9D Caribbean Green

📋 copy color: '#03DC9D'

red 3 ◦ green 220 ◦ blue 157

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

Shades of Caribbean Green #03DC9D

Tints of Caribbean Green #03DC9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 0.79%
G = 57.89%
B = 41.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#03DC9D (or 0x03DC9D) is known color: Caribbean Green. HEX triplet: 03, DC and 9D. RGB value is (3,220,157). Sum of RGB (Red+Green+Blue) = 3+220+157=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #03DC9D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03DC9D is #FC2362. Grayscale: #939393. Windows color (decimal): -16524131 or 10345475. OLE color: 10345475.

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

Color convert

RGB 3 220 157 -
CMYK 0.99 0 0.29 0.14
HSL 162.58º 0.97% 0.44% -
HSV(B) 162.58º 0.99% 0.86% -
XYZ 31.72 53.64 40.58 -
YUV 147.94 133.11 24.62 -
System Red Green Blue C M Y K H S L
Decimal 3 220 157 0.99 0 0.29 0.14 162.58 0.97 0.44
Hex 3 DC 9D 63 0 1D E A3 61 2C
Octal 3 334 235 143 0 35 16 243 141 54
Binary 11 11011100 10011101 1100011 0 11101 1110 10100011 1100001 101100

Color Harmonies of #03DC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DC9D

Black with #03DC9D

Text Example


Text Example

White with #03DC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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