Html Css Color HEX #059CA3 Persian Green

📋 copy color: '#059CA3'

red 5 ◦ green 156 ◦ blue 163

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

Shades of Persian Green #059CA3

Tints of Persian Green #059CA3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48.15%

 BLUE value IS 163 (64.06% from 255) = 50.31%

R = 1.54%
G = 48.15%
B = 50.31%

CMYK

 C value IS 0.97

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#059CA3 (or 0x059CA3) is known color: Persian Green. HEX triplet: 05, 9C and A3. RGB value is (5,156,163). Sum of RGB (Red+Green+Blue) = 5+156+163=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 156 (61.33% from 255 or 48.15% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #059CA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059CA3 is #FA635C. Grayscale: #6F6F6F. Windows color (decimal): -16409437 or 10722309. OLE color: 10722309.

HSL color Cylindrical-coordinate representation of color #059CA3: hue angle of 182.66º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059CA3 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 156 163 -
CMYK 0.97 0.04 0 0.36
HSL 182.66º 0.94% 0.33% -
HSV(B) 182.66º 0.97% 0.64% -
XYZ 18.56 26.45 38.78 -
YUV 111.65 156.97 51.93 -
System Red Green Blue C M Y K H S L
Decimal 5 156 163 0.97 0.04 0 0.36 182.66 0.94 0.33
Hex 5 9C A3 61 4 0 24 B7 5E 21
Octal 5 234 243 141 4 0 44 267 136 41
Binary 101 10011100 10100011 1100001 100 0 100100 10110111 1011110 100001

Color Harmonies of #059CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059CA3

Black with #059CA3

Text Example


Text Example

White with #059CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,156,163); }

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

background-color css

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

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

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

border-color css

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

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

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