Html Css Color HEX #05B87B Jade

📋 copy color: '#05B87B'

red 5 ◦ green 184 ◦ blue 123

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

Shades of Jade #05B87B

Tints of Jade #05B87B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.97%

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

R = 1.6%
G = 58.97%
B = 39.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#05B87B (or 0x05B87B) is known color: Jade. HEX triplet: 05, B8 and 7B. RGB value is (5,184,123). Sum of RGB (Red+Green+Blue) = 5+184+123=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #05B87B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B87B is #FA4784. Grayscale: #7B7B7B. Windows color (decimal): -16402309 or 8108037. OLE color: 8108037.

HSL color Cylindrical-coordinate representation of color #05B87B: hue angle of 159.55º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B87B is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB 5 184 123 -
CMYK 0.97 0 0.33 0.28
HSL 159.55º 0.95% 0.37% -
HSV(B) 159.55º 0.97% 0.72% -
XYZ 20.78 35.74 24.54 -
YUV 123.53 127.7 43.46 -
System Red Green Blue C M Y K H S L
Decimal 5 184 123 0.97 0 0.33 0.28 159.55 0.95 0.37
Hex 5 B8 7B 61 0 21 1C A0 5F 25
Octal 5 270 173 141 0 41 34 240 137 45
Binary 101 10111000 1111011 1100001 0 100001 11100 10100000 1011111 100101

Color Harmonies of #05B87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B87B

Black with #05B87B

Text Example


Text Example

White with #05B87B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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