Html Css Color HEX #05999B Persian Green

📋 copy color: '#05999B'

red 5 ◦ green 153 ◦ blue 155

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

Shades of Persian Green #05999B

Tints of Persian Green #05999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.88%

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 1.6%
G = 48.88%
B = 49.52%

CMYK

 C value IS 0.97

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05999B (or 0x05999B) is known color: Persian Green. HEX triplet: 05, 99 and 9B. RGB value is (5,153,155). Sum of RGB (Red+Green+Blue) = 5+153+155=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #05999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05999B is #FA6664. Grayscale: #6C6C6C. Windows color (decimal): -16410213 or 10197253. OLE color: 10197253.

HSL color Cylindrical-coordinate representation of color #05999B: hue angle of 180.8º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05999B is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 153 155 -
CMYK 0.97 0.01 0 0.39
HSL 180.8º 0.94% 0.31% -
HSV(B) 180.8º 0.97% 0.61% -
XYZ 17.37 25.18 34.96 -
YUV 108.98 153.97 53.84 -
System Red Green Blue C M Y K H S L
Decimal 5 153 155 0.97 0.01 0 0.39 180.8 0.94 0.31
Hex 5 99 9B 61 1 0 27 B5 5E 1F
Octal 5 231 233 141 1 0 47 265 136 37
Binary 101 10011001 10011011 1100001 1 0 100111 10110101 1011110 11111

Color Harmonies of #05999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05999B

Black with #05999B

Text Example


Text Example

White with #05999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05999B; }

 p { color: rgb(5,153,155); }

 H1.HeaderClassName
 {
   color: #05999B;
 }
 .AnyTagClassName
 {
   color: #05999B;
 }
</style>

background-color css

<style>
 a { background-color: #05999B; }

 a { background-color: rgb(5,153,155); }

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

border-color css

<style>
 span { border-color: #05999B; }

 span { border-color: rgb(5,153,155); }

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