Html Css Color HEX #03BE6C Jade

📋 copy color: '#03BE6C'

red 3 ◦ green 190 ◦ blue 108

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

Shades of Jade #03BE6C

Tints of Jade #03BE6C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.12%

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 1%
G = 63.12%
B = 35.88%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#03BE6C (or 0x03BE6C) is known color: Jade. HEX triplet: 03, BE and 6C. RGB value is (3,190,108). Sum of RGB (Red+Green+Blue) = 3+190+108=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #03BE6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BE6C is #FC4193. Grayscale: #7C7C7C. Windows color (decimal): -16531860 or 7126531. OLE color: 7126531.

HSL color Cylindrical-coordinate representation of color #03BE6C: hue angle of 153.69º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BE6C is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 190 108 -
CMYK 0.98 0 0.43 0.25
HSL 153.69º 0.97% 0.38% -
HSV(B) 153.69º 0.98% 0.75% -
XYZ 21.16 37.93 20.39 -
YUV 124.74 118.55 41.17 -
System Red Green Blue C M Y K H S L
Decimal 3 190 108 0.98 0 0.43 0.25 153.69 0.97 0.38
Hex 3 BE 6C 62 0 2B 19 9A 61 26
Octal 3 276 154 142 0 53 31 232 141 46
Binary 11 10111110 1101100 1100010 0 101011 11001 10011010 1100001 100110

Color Harmonies of #03BE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BE6C

Black with #03BE6C

Text Example


Text Example

White with #03BE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,190,108); }

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

background-color css

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

 a { background-color: rgb(3,190,108); }

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

border-color css

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

 span { border-color: rgb(3,190,108); }

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