Html Css Color HEX #03BA75 Jade

📋 copy color: '#03BA75'

red 3 ◦ green 186 ◦ blue 117

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

Shades of Jade #03BA75

Tints of Jade #03BA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.24%

R = 0.98%
G = 60.78%
B = 38.24%

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

#03BA75 (or 0x03BA75) is known color: Jade. HEX triplet: 03, BA and 75. RGB value is (3,186,117). Sum of RGB (Red+Green+Blue) = 3+186+117=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BA75 is #FC458A. Grayscale: #7B7B7B. Windows color (decimal): -16532875 or 7715331. OLE color: 7715331.

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

Color convert

RGB 3 186 117 -
CMYK 0.98 0 0.37 0.27
HSL 157.38º 0.97% 0.37% -
HSV(B) 157.38º 0.98% 0.73% -
XYZ 20.81 36.42 22.76 -
YUV 123.42 124.37 42.11 -
System Red Green Blue C M Y K H S L
Decimal 3 186 117 0.98 0 0.37 0.27 157.38 0.97 0.37
Hex 3 BA 75 62 0 25 1B 9D 61 25
Octal 3 272 165 142 0 45 33 235 141 45
Binary 11 10111010 1110101 1100010 0 100101 11011 10011101 1100001 100101

Color Harmonies of #03BA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA75

Black with #03BA75

Text Example


Text Example

White with #03BA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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