Html Css Color HEX #03C481 Caribbean Green

📋 copy color: '#03C481'

red 3 ◦ green 196 ◦ blue 129

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

Shades of Caribbean Green #03C481

Tints of Caribbean Green #03C481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.76%

 BLUE value IS 129 (50.78% from 255) = 39.33%

R = 0.91%
G = 59.76%
B = 39.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#03C481 (or 0x03C481) is known color: Caribbean Green. HEX triplet: 03, C4 and 81. RGB value is (3,196,129). Sum of RGB (Red+Green+Blue) = 3+196+129=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #03C481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C481 is #FC3B7E. Grayscale: #828282. Windows color (decimal): -16530303 or 8504323. OLE color: 8504323.

HSL color Cylindrical-coordinate representation of color #03C481: hue angle of 159.17º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C481 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 196 129 -
CMYK 0.98 0 0.34 0.23
HSL 159.17º 0.97% 0.39% -
HSV(B) 159.17º 0.98% 0.77% -
XYZ 23.74 41.08 27.45 -
YUV 130.66 127.06 36.95 -
System Red Green Blue C M Y K H S L
Decimal 3 196 129 0.98 0 0.34 0.23 159.17 0.97 0.39
Hex 3 C4 81 62 0 22 17 9F 61 27
Octal 3 304 201 142 0 42 27 237 141 47
Binary 11 11000100 10000001 1100010 0 100010 10111 10011111 1100001 100111

Color Harmonies of #03C481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C481

Black with #03C481

Text Example


Text Example

White with #03C481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,196,129); }

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

background-color css

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

 a { background-color: rgb(3,196,129); }

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

border-color css

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

 span { border-color: rgb(3,196,129); }

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