Html Css Color HEX #05B06F Jade

📋 copy color: '#05B06F'

red 5 ◦ green 176 ◦ blue 111

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

Shades of Jade #05B06F

Tints of Jade #05B06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 60.27%

 BLUE value IS 111 (43.75% from 255) = 38.01%

R = 1.71%
G = 60.27%
B = 38.01%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#05B06F (or 0x05B06F) is known color: Jade. HEX triplet: 05, B0 and 6F. RGB value is (5,176,111). Sum of RGB (Red+Green+Blue) = 5+176+111=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 176 (69.14% from 255 or 60.27% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 176 - color contains mainly: green. Hex color #05B06F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B06F is #FA4F90. Grayscale: #757575. Windows color (decimal): -16404369 or 7319557. OLE color: 7319557.

HSL color Cylindrical-coordinate representation of color #05B06F: hue angle of 157.19º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B06F is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 176 111 -
CMYK 0.97 0 0.37 0.31
HSL 157.19º 0.94% 0.35% -
HSV(B) 157.19º 0.97% 0.69% -
XYZ 18.46 32.23 20.29 -
YUV 117.46 124.35 47.79 -
System Red Green Blue C M Y K H S L
Decimal 5 176 111 0.97 0 0.37 0.31 157.19 0.94 0.35
Hex 5 B0 6F 61 0 25 1F 9D 5E 23
Octal 5 260 157 141 0 45 37 235 136 43
Binary 101 10110000 1101111 1100001 0 100101 11111 10011101 1011110 100011

Color Harmonies of #05B06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B06F

Black with #05B06F

Text Example


Text Example

White with #05B06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,176,111); }

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

background-color css

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

 a { background-color: rgb(5,176,111); }

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

border-color css

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

 span { border-color: rgb(5,176,111); }

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