Html Css Color HEX #03BC72 Jade

📋 copy color: '#03BC72'

red 3 ◦ green 188 ◦ blue 114

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

Shades of Jade #03BC72

Tints of Jade #03BC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 0.98%
G = 61.64%
B = 37.38%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#03BC72 (or 0x03BC72) is known color: Jade. HEX triplet: 03, BC and 72. RGB value is (3,188,114). Sum of RGB (Red+Green+Blue) = 3+188+114=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC72 is #FC438D. Grayscale: #7C7C7C. Windows color (decimal): -16532366 or 7519235. OLE color: 7519235.

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

Color convert

RGB 3 188 114 -
CMYK 0.98 0 0.39 0.26
HSL 156º 0.97% 0.37% -
HSV(B) 156º 0.98% 0.74% -
XYZ 21.06 37.2 21.99 -
YUV 124.25 122.21 41.52 -
System Red Green Blue C M Y K H S L
Decimal 3 188 114 0.98 0 0.39 0.26 156 0.97 0.37
Hex 3 BC 72 62 0 27 1A 9C 61 25
Octal 3 274 162 142 0 47 32 234 141 45
Binary 11 10111100 1110010 1100010 0 100111 11010 10011100 1100001 100101

Color Harmonies of #03BC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC72

Black with #03BC72

Text Example


Text Example

White with #03BC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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