Html Css Color HEX #05B666 Jade

📋 copy color: '#05B666'

red 5 ◦ green 182 ◦ blue 102

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

Shades of Jade #05B666

Tints of Jade #05B666

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.98%

 BLUE value IS 102 (40.23% from 255) = 35.29%

R = 1.73%
G = 62.98%
B = 35.29%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#05B666 (or 0x05B666) is known color: Jade. HEX triplet: 05, B6 and 66. RGB value is (5,182,102). Sum of RGB (Red+Green+Blue) = 5+182+102=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #05B666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B666 is #FA4999. Grayscale: #787878. Windows color (decimal): -16402842 or 6731269. OLE color: 6731269.

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

Color convert

RGB 5 182 102 -
CMYK 0.97 0 0.44 0.29
HSL 152.88º 0.95% 0.37% -
HSV(B) 152.88º 0.97% 0.71% -
XYZ 19.19 34.45 18.21 -
YUV 119.96 117.86 46 -
System Red Green Blue C M Y K H S L
Decimal 5 182 102 0.97 0 0.44 0.29 152.88 0.95 0.37
Hex 5 B6 66 61 0 2C 1D 99 5F 25
Octal 5 266 146 141 0 54 35 231 137 45
Binary 101 10110110 1100110 1100001 0 101100 11101 10011001 1011111 100101

Color Harmonies of #05B666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B666

Black with #05B666

Text Example


Text Example

White with #05B666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,182,102); }

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

background-color css

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

 a { background-color: rgb(5,182,102); }

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

border-color css

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

 span { border-color: rgb(5,182,102); }

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