Html Css Color HEX #05B37B Jade

📋 copy color: '#05B37B'

red 5 ◦ green 179 ◦ blue 123

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

Shades of Jade #05B37B

Tints of Jade #05B37B

RGB

 RED value IS 5 (2.34% from 255) = 1.63%

 GREEN value IS 179 (70.31% from 255) = 58.31%

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

R = 1.63%
G = 58.31%
B = 40.07%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#05B37B (or 0x05B37B) is known color: Jade. HEX triplet: 05, B3 and 7B. RGB value is (5,179,123). Sum of RGB (Red+Green+Blue) = 5+179+123=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #05B37B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B37B is #FA4C84. Grayscale: #787878. Windows color (decimal): -16403589 or 8106757. OLE color: 8106757.

HSL color Cylindrical-coordinate representation of color #05B37B: hue angle of 160.69º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B37B is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 179 123 -
CMYK 0.97 0 0.31 0.30
HSL 160.69º 0.95% 0.36% -
HSV(B) 160.69º 0.97% 0.7% -
XYZ 19.76 33.7 24.2 -
YUV 120.59 129.35 45.55 -
System Red Green Blue C M Y K H S L
Decimal 5 179 123 0.97 0 0.31 0.30 160.69 0.95 0.36
Hex 5 B3 7B 61 0 1F 1E A1 5F 24
Octal 5 263 173 141 0 37 36 241 137 44
Binary 101 10110011 1111011 1100001 0 11111 11110 10100001 1011111 100100

Color Harmonies of #05B37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B37B

Black with #05B37B

Text Example


Text Example

White with #05B37B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05B37B; }

 p { color: rgb(5,179,123); }

 H1.HeaderClassName
 {
   color: #05B37B;
 }
 .AnyTagClassName
 {
   color: #05B37B;
 }
</style>

background-color css

<style>
 a { background-color: #05B37B; }

 a { background-color: rgb(5,179,123); }

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

border-color css

<style>
 span { border-color: #05B37B; }

 span { border-color: rgb(5,179,123); }

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