Html Css Color HEX #03BA76 Jade

📋 copy color: '#03BA76'

red 3 ◦ green 186 ◦ blue 118

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

Shades of Jade #03BA76

Tints of Jade #03BA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 60.59%

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

R = 0.98%
G = 60.59%
B = 38.44%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#03BA76 (or 0x03BA76) is known color: Jade. HEX triplet: 03, BA and 76. RGB value is (3,186,118). Sum of RGB (Red+Green+Blue) = 3+186+118=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA76 is #FC4589. Grayscale: #7B7B7B. Windows color (decimal): -16532874 or 7780867. OLE color: 7780867.

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

Color convert

RGB 3 186 118 -
CMYK 0.98 0 0.37 0.27
HSL 157.7º 0.97% 0.37% -
HSV(B) 157.7º 0.98% 0.73% -
XYZ 20.87 36.45 23.07 -
YUV 123.53 124.87 42.03 -
System Red Green Blue C M Y K H S L
Decimal 3 186 118 0.98 0 0.37 0.27 157.7 0.97 0.37
Hex 3 BA 76 62 0 25 1B 9E 61 25
Octal 3 272 166 142 0 45 33 236 141 45
Binary 11 10111010 1110110 1100010 0 100101 11011 10011110 1100001 100101

Color Harmonies of #03BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA76

Black with #03BA76

Text Example


Text Example

White with #03BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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