Html Css Color HEX #03B96E Jade

📋 copy color: '#03B96E'

red 3 ◦ green 185 ◦ blue 110

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

Shades of Jade #03B96E

Tints of Jade #03B96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.08%

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 1.01%
G = 62.08%
B = 36.91%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#03B96E (or 0x03B96E) is known color: Jade. HEX triplet: 03, B9 and 6E. RGB value is (3,185,110). Sum of RGB (Red+Green+Blue) = 3+185+110=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #03B96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B96E is #FC4691. Grayscale: #7A7A7A. Windows color (decimal): -16533138 or 7256323. OLE color: 7256323.

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

Color convert

RGB 3 185 110 -
CMYK 0.98 0 0.41 0.27
HSL 155.27º 0.97% 0.37% -
HSV(B) 155.27º 0.98% 0.73% -
XYZ 20.2 35.84 20.61 -
YUV 122.03 121.2 43.1 -
System Red Green Blue C M Y K H S L
Decimal 3 185 110 0.98 0 0.41 0.27 155.27 0.97 0.37
Hex 3 B9 6E 62 0 29 1B 9B 61 25
Octal 3 271 156 142 0 51 33 233 141 45
Binary 11 10111001 1101110 1100010 0 101001 11011 10011011 1100001 100101

Color Harmonies of #03B96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B96E

Black with #03B96E

Text Example


Text Example

White with #03B96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,185,110); }

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

background-color css

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

 a { background-color: rgb(3,185,110); }

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

border-color css

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

 span { border-color: rgb(3,185,110); }

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