Html Css Color HEX #059B9B Persian Green

📋 copy color: '#059B9B'

red 5 ◦ green 155 ◦ blue 155

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

Shades of Persian Green #059B9B

Tints of Persian Green #059B9B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.21%

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

R = 1.59%
G = 49.21%
B = 49.21%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#059B9B (or 0x059B9B) is known color: Persian Green. HEX triplet: 05, 9B and 9B. RGB value is (5,155,155). Sum of RGB (Red+Green+Blue) = 5+155+155=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #059B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059B9B is #FA6464. Grayscale: #6D6D6D. Windows color (decimal): -16409701 or 10197765. OLE color: 10197765.

HSL color Cylindrical-coordinate representation of color #059B9B: hue angle of 180º 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 #059B9B is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 155 155 -
CMYK 0.97 0 0 0.39
HSL 180º 0.94% 0.31% -
HSV(B) 180º 0.97% 0.61% -
XYZ 17.7 25.84 35.07 -
YUV 110.15 153.31 53 -
System Red Green Blue C M Y K H S L
Decimal 5 155 155 0.97 0 0 0.39 180 0.94 0.31
Hex 5 9B 9B 61 0 0 27 B4 5E 1F
Octal 5 233 233 141 0 0 47 264 136 37
Binary 101 10011011 10011011 1100001 0 0 100111 10110100 1011110 11111

Color Harmonies of #059B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059B9B

Black with #059B9B

Text Example


Text Example

White with #059B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059B9B; }

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

 H1.HeaderClassName
 {
   color: #059B9B;
 }
 .AnyTagClassName
 {
   color: #059B9B;
 }
</style>

background-color css

<style>
 a { background-color: #059B9B; }

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

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

border-color css

<style>
 span { border-color: #059B9B; }

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

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