Html Css Color HEX #03BB76 Jade

📋 copy color: '#03BB76'

red 3 ◦ green 187 ◦ blue 118

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

Shades of Jade #03BB76

Tints of Jade #03BB76

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.71%

 BLUE value IS 118 (46.48% from 255) = 38.31%

R = 0.97%
G = 60.71%
B = 38.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#03BB76 (or 0x03BB76) is known color: Jade. HEX triplet: 03, BB and 76. RGB value is (3,187,118). Sum of RGB (Red+Green+Blue) = 3+187+118=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #03BB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BB76 is #FC4489. Grayscale: #7C7C7C. Windows color (decimal): -16532618 or 7781123. OLE color: 7781123.

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

Color convert

RGB 3 187 118 -
CMYK 0.98 0 0.37 0.27
HSL 157.5º 0.97% 0.37% -
HSV(B) 157.5º 0.98% 0.73% -
XYZ 21.08 36.87 23.14 -
YUV 124.12 124.54 41.61 -
System Red Green Blue C M Y K H S L
Decimal 3 187 118 0.98 0 0.37 0.27 157.5 0.97 0.37
Hex 3 BB 76 62 0 25 1B 9E 61 25
Octal 3 273 166 142 0 45 33 236 141 45
Binary 11 10111011 1110110 1100010 0 100101 11011 10011110 1100001 100101

Color Harmonies of #03BB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BB76

Black with #03BB76

Text Example


Text Example

White with #03BB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,187,118); }

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

background-color css

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

 a { background-color: rgb(3,187,118); }

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

border-color css

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

 span { border-color: rgb(3,187,118); }

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