Html Css Color HEX #05BC7A Jade

📋 copy color: '#05BC7A'

red 5 ◦ green 188 ◦ blue 122

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

Shades of Jade #05BC7A

Tints of Jade #05BC7A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.68%

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 1.59%
G = 59.68%
B = 38.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#05BC7A (or 0x05BC7A) is known color: Jade. HEX triplet: 05, BC and 7A. RGB value is (5,188,122). Sum of RGB (Red+Green+Blue) = 5+188+122=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BC7A is #FA4385. Grayscale: #7D7D7D. Windows color (decimal): -16401286 or 8043525. OLE color: 8043525.

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

Color convert

RGB 5 188 122 -
CMYK 0.97 0 0.35 0.26
HSL 158.36º 0.95% 0.38% -
HSV(B) 158.36º 0.97% 0.74% -
XYZ 21.56 37.4 24.5 -
YUV 125.76 125.87 41.87 -
System Red Green Blue C M Y K H S L
Decimal 5 188 122 0.97 0 0.35 0.26 158.36 0.95 0.38
Hex 5 BC 7A 61 0 23 1A 9E 5F 26
Octal 5 274 172 141 0 43 32 236 137 46
Binary 101 10111100 1111010 1100001 0 100011 11010 10011110 1011111 100110

Color Harmonies of #05BC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BC7A

Black with #05BC7A

Text Example


Text Example

White with #05BC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,188,122); }

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

background-color css

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

 a { background-color: rgb(5,188,122); }

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

border-color css

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

 span { border-color: rgb(5,188,122); }

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