Html Css Color HEX #05BA7A Jade

📋 copy color: '#05BA7A'

red 5 ◦ green 186 ◦ blue 122

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

Shades of Jade #05BA7A

Tints of Jade #05BA7A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.42%

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

R = 1.6%
G = 59.42%
B = 38.98%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#05BA7A (or 0x05BA7A) is known color: Jade. HEX triplet: 05, BA and 7A. RGB value is (5,186,122). Sum of RGB (Red+Green+Blue) = 5+186+122=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA7A is #FA4585. Grayscale: #7C7C7C. Windows color (decimal): -16401798 or 8043013. OLE color: 8043013.

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

Color convert

RGB 5 186 122 -
CMYK 0.97 0 0.34 0.27
HSL 158.78º 0.95% 0.37% -
HSV(B) 158.78º 0.97% 0.73% -
XYZ 21.13 36.56 24.35 -
YUV 124.59 126.53 42.7 -
System Red Green Blue C M Y K H S L
Decimal 5 186 122 0.97 0 0.34 0.27 158.78 0.95 0.37
Hex 5 BA 7A 61 0 22 1B 9F 5F 25
Octal 5 272 172 141 0 42 33 237 137 45
Binary 101 10111010 1111010 1100001 0 100010 11011 10011111 1011111 100101

Color Harmonies of #05BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA7A

Black with #05BA7A

Text Example


Text Example

White with #05BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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