Html Css Color HEX #03C482 Caribbean Green

📋 copy color: '#03C482'

red 3 ◦ green 196 ◦ blue 130

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

Shades of Caribbean Green #03C482

Tints of Caribbean Green #03C482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.51%

R = 0.91%
G = 59.57%
B = 39.51%

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

#03C482 (or 0x03C482) is known color: Caribbean Green. HEX triplet: 03, C4 and 82. RGB value is (3,196,130). Sum of RGB (Red+Green+Blue) = 3+196+130=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #03C482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03C482 is #FC3B7D. Grayscale: #828282. Windows color (decimal): -16530302 or 8569859. OLE color: 8569859.

HSL color Cylindrical-coordinate representation of color #03C482: hue angle of 159.48º 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 #03C482 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 196 130 -
CMYK 0.98 0 0.34 0.23
HSL 159.48º 0.97% 0.39% -
HSV(B) 159.48º 0.98% 0.77% -
XYZ 23.81 41.11 27.8 -
YUV 130.77 127.56 36.87 -
System Red Green Blue C M Y K H S L
Decimal 3 196 130 0.98 0 0.34 0.23 159.48 0.97 0.39
Hex 3 C4 82 62 0 22 17 9F 61 27
Octal 3 304 202 142 0 42 27 237 141 47
Binary 11 11000100 10000010 1100010 0 100010 10111 10011111 1100001 100111

Color Harmonies of #03C482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C482

Black with #03C482

Text Example


Text Example

White with #03C482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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