Html Css Color HEX #03BC76 Jade

📋 copy color: '#03BC76'

red 3 ◦ green 188 ◦ blue 118

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

Shades of Jade #03BC76

Tints of Jade #03BC76

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.84%

 BLUE value IS 118 (46.48% from 255) = 38.19%

R = 0.97%
G = 60.84%
B = 38.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#03BC76 (or 0x03BC76) is known color: Jade. HEX triplet: 03, BC and 76. RGB value is (3,188,118). Sum of RGB (Red+Green+Blue) = 3+188+118=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 188 (73.83% from 255 or 60.84% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC76 is #FC4389. Grayscale: #7C7C7C. Windows color (decimal): -16532362 or 7781379. OLE color: 7781379.

HSL color Cylindrical-coordinate representation of color #03BC76: hue angle of 157.3º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BC76 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 118 -
CMYK 0.98 0 0.37 0.26
HSL 157.3º 0.97% 0.37% -
HSV(B) 157.3º 0.98% 0.74% -
XYZ 21.29 37.29 23.22 -
YUV 124.71 124.21 41.19 -
System Red Green Blue C M Y K H S L
Decimal 3 188 118 0.98 0 0.37 0.26 157.3 0.97 0.37
Hex 3 BC 76 62 0 25 1A 9D 61 25
Octal 3 274 166 142 0 45 32 235 141 45
Binary 11 10111100 1110110 1100010 0 100101 11010 10011101 1100001 100101

Color Harmonies of #03BC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC76

Black with #03BC76

Text Example


Text Example

White with #03BC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,188,118); }

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

background-color css

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

 a { background-color: rgb(3,188,118); }

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

border-color css

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

 span { border-color: rgb(3,188,118); }

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