Html Css Color HEX #05B28D Persian Green

📋 copy color: '#05B28D'

red 5 ◦ green 178 ◦ blue 141

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

Shades of Persian Green #05B28D

Tints of Persian Green #05B28D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.94%

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 1.54%
G = 54.94%
B = 43.52%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#05B28D (or 0x05B28D) is known color: Persian Green. HEX triplet: 05, B2 and 8D. RGB value is (5,178,141). Sum of RGB (Red+Green+Blue) = 5+178+141=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #05B28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05B28D is #FA4D72. Grayscale: #7A7A7A. Windows color (decimal): -16403827 or 9286149. OLE color: 9286149.

HSL color Cylindrical-coordinate representation of color #05B28D: hue angle of 167.17º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B28D is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 178 141 -
CMYK 0.97 0 0.21 0.30
HSL 167.17º 0.95% 0.36% -
HSV(B) 167.17º 0.97% 0.7% -
XYZ 20.79 33.8 30.63 -
YUV 122.06 138.69 44.51 -
System Red Green Blue C M Y K H S L
Decimal 5 178 141 0.97 0 0.21 0.30 167.17 0.95 0.36
Hex 5 B2 8D 61 0 15 1E A7 5F 24
Octal 5 262 215 141 0 25 36 247 137 44
Binary 101 10110010 10001101 1100001 0 10101 11110 10100111 1011111 100100

Color Harmonies of #05B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B28D

Black with #05B28D

Text Example


Text Example

White with #05B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,178,141); }

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

background-color css

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

 a { background-color: rgb(5,178,141); }

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

border-color css

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

 span { border-color: rgb(5,178,141); }

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