Html Css Color HEX #03B06D Jade

📋 copy color: '#03B06D'

red 3 ◦ green 176 ◦ blue 109

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

Shades of Jade #03B06D

Tints of Jade #03B06D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 61.11%

 BLUE value IS 109 (42.97% from 255) = 37.85%

R = 1.04%
G = 61.11%
B = 37.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#03B06D (or 0x03B06D) is known color: Jade. HEX triplet: 03, B0 and 6D. RGB value is (3,176,109). Sum of RGB (Red+Green+Blue) = 3+176+109=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 176 (69.14% from 255 or 61.11% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 176 - color contains mainly: green. Hex color #03B06D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B06D is #FC4F92. Grayscale: #747474. Windows color (decimal): -16535443 or 7188483. OLE color: 7188483.

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

Color convert

RGB 3 176 109 -
CMYK 0.98 0 0.38 0.31
HSL 156.76º 0.97% 0.35% -
HSV(B) 156.76º 0.98% 0.69% -
XYZ 18.32 32.17 19.71 -
YUV 116.64 123.69 46.95 -
System Red Green Blue C M Y K H S L
Decimal 3 176 109 0.98 0 0.38 0.31 156.76 0.97 0.35
Hex 3 B0 6D 62 0 26 1F 9D 61 23
Octal 3 260 155 142 0 46 37 235 141 43
Binary 11 10110000 1101101 1100010 0 100110 11111 10011101 1100001 100011

Color Harmonies of #03B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B06D

Black with #03B06D

Text Example


Text Example

White with #03B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,176,109); }

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

background-color css

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

 a { background-color: rgb(3,176,109); }

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

border-color css

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

 span { border-color: rgb(3,176,109); }

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