Html Css Color HEX #03B175 Jade

📋 copy color: '#03B175'

red 3 ◦ green 177 ◦ blue 117

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

Shades of Jade #03B175

Tints of Jade #03B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.6%

 BLUE value IS 117 (46.09% from 255) = 39.39%

R = 1.01%
G = 59.6%
B = 39.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#03B175 (or 0x03B175) is known color: Jade. HEX triplet: 03, B1 and 75. RGB value is (3,177,117). Sum of RGB (Red+Green+Blue) = 3+177+117=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #03B175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03B175 is #FC4E8A. Grayscale: #767676. Windows color (decimal): -16535179 or 7713027. OLE color: 7713027.

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

Color convert

RGB 3 177 117 -
CMYK 0.98 0 0.34 0.31
HSL 159.31º 0.97% 0.35% -
HSV(B) 159.31º 0.98% 0.69% -
XYZ 18.97 32.75 22.15 -
YUV 118.13 127.35 45.88 -
System Red Green Blue C M Y K H S L
Decimal 3 177 117 0.98 0 0.34 0.31 159.31 0.97 0.35
Hex 3 B1 75 62 0 22 1F 9F 61 23
Octal 3 261 165 142 0 42 37 237 141 43
Binary 11 10110001 1110101 1100010 0 100010 11111 10011111 1100001 100011

Color Harmonies of #03B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B175

Black with #03B175

Text Example


Text Example

White with #03B175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,177,117); }

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

background-color css

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

 a { background-color: rgb(3,177,117); }

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

border-color css

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

 span { border-color: rgb(3,177,117); }

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