Html Css Color HEX #03BC6B Jade

📋 copy color: '#03BC6B'

red 3 ◦ green 188 ◦ blue 107

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

Shades of Jade #03BC6B

Tints of Jade #03BC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 1.01%
G = 63.09%
B = 35.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#03BC6B (or 0x03BC6B) is known color: Jade. HEX triplet: 03, BC and 6B. RGB value is (3,188,107). Sum of RGB (Red+Green+Blue) = 3+188+107=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BC6B is #FC4394. Grayscale: #7B7B7B. Windows color (decimal): -16532373 or 7060483. OLE color: 7060483.

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

Color convert

RGB 3 188 107 -
CMYK 0.98 0 0.43 0.26
HSL 153.73º 0.97% 0.37% -
HSV(B) 153.73º 0.98% 0.74% -
XYZ 20.67 37.05 19.97 -
YUV 123.45 118.71 42.09 -
System Red Green Blue C M Y K H S L
Decimal 3 188 107 0.98 0 0.43 0.26 153.73 0.97 0.37
Hex 3 BC 6B 62 0 2B 1A 9A 61 25
Octal 3 274 153 142 0 53 32 232 141 45
Binary 11 10111100 1101011 1100010 0 101011 11010 10011010 1100001 100101

Color Harmonies of #03BC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC6B

Black with #03BC6B

Text Example


Text Example

White with #03BC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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