Html Css Color HEX #03BD7B Jade

📋 copy color: '#03BD7B'

red 3 ◦ green 189 ◦ blue 123

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

Shades of Jade #03BD7B

Tints of Jade #03BD7B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60%

 BLUE value IS 123 (48.44% from 255) = 39.05%

R = 0.95%
G = 60%
B = 39.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#03BD7B (or 0x03BD7B) is known color: Jade. HEX triplet: 03, BD and 7B. RGB value is (3,189,123). Sum of RGB (Red+Green+Blue) = 3+189+123=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 189 (74.22% from 255 or 60% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03BD7B is #FC4284. Grayscale: #7D7D7D. Windows color (decimal): -16532101 or 8109315. OLE color: 8109315.

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

Color convert

RGB 3 189 123 -
CMYK 0.98 0 0.35 0.26
HSL 158.71º 0.97% 0.38% -
HSV(B) 158.71º 0.98% 0.74% -
XYZ 21.81 37.84 24.89 -
YUV 125.86 126.38 40.37 -
System Red Green Blue C M Y K H S L
Decimal 3 189 123 0.98 0 0.35 0.26 158.71 0.97 0.38
Hex 3 BD 7B 62 0 23 1A 9F 61 26
Octal 3 275 173 142 0 43 32 237 141 46
Binary 11 10111101 1111011 1100010 0 100011 11010 10011111 1100001 100110

Color Harmonies of #03BD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BD7B

Black with #03BD7B

Text Example


Text Example

White with #03BD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,123); }

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

background-color css

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

 a { background-color: rgb(3,189,123); }

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

border-color css

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

 span { border-color: rgb(3,189,123); }

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