Html Css Color HEX #03BC6F Jade

📋 copy color: '#03BC6F'

red 3 ◦ green 188 ◦ blue 111

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

Shades of Jade #03BC6F

Tints of Jade #03BC6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.75%

R = 0.99%
G = 62.25%
B = 36.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#03BC6F (or 0x03BC6F) is known color: Jade. HEX triplet: 03, BC and 6F. RGB value is (3,188,111). Sum of RGB (Red+Green+Blue) = 3+188+111=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC6F is #FC4390. Grayscale: #7C7C7C. Windows color (decimal): -16532369 or 7322627. OLE color: 7322627.

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

Color convert

RGB 3 188 111 -
CMYK 0.98 0 0.41 0.26
HSL 155.03º 0.97% 0.37% -
HSV(B) 155.03º 0.98% 0.74% -
XYZ 20.89 37.13 21.11 -
YUV 123.91 120.71 41.76 -
System Red Green Blue C M Y K H S L
Decimal 3 188 111 0.98 0 0.41 0.26 155.03 0.97 0.37
Hex 3 BC 6F 62 0 29 1A 9B 61 25
Octal 3 274 157 142 0 51 32 233 141 45
Binary 11 10111100 1101111 1100010 0 101001 11010 10011011 1100001 100101

Color Harmonies of #03BC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC6F

Black with #03BC6F

Text Example


Text Example

White with #03BC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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