Html Css Color HEX #019B9D Persian Green

📋 copy color: '#019B9D'

red 1 ◦ green 155 ◦ blue 157

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

Shades of Persian Green #019B9D

Tints of Persian Green #019B9D

RGB

 RED value IS 1 (0.78% from 255) = 0.32%

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

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 0.32%
G = 49.52%
B = 50.16%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#019B9D (or 0x019B9D) is known color: Persian Green. HEX triplet: 01, 9B and 9D. RGB value is (1,155,157). Sum of RGB (Red+Green+Blue) = 1+155+157=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #019B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019B9D is #FE6462. Grayscale: #6D6D6D. Windows color (decimal): -16671843 or 10328833. OLE color: 10328833.

HSL color Cylindrical-coordinate representation of color #019B9D: hue angle of 180.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019B9D is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 155 157 -
CMYK 0.99 0.01 0 0.38
HSL 180.77º 0.99% 0.31% -
HSV(B) 180.77º 0.99% 0.62% -
XYZ 17.82 25.88 35.96 -
YUV 109.18 154.98 50.84 -
System Red Green Blue C M Y K H S L
Decimal 1 155 157 0.99 0.01 0 0.38 180.77 0.99 0.31
Hex 1 9B 9D 63 1 0 26 B5 63 1F
Octal 1 233 235 143 1 0 46 265 143 37
Binary 1 10011011 10011101 1100011 1 0 100110 10110101 1100011 11111

Color Harmonies of #019B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B9D

Black with #019B9D

Text Example


Text Example

White with #019B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019B9D; }

 p { color: rgb(1,155,157); }

 H1.HeaderClassName
 {
   color: #019B9D;
 }
 .AnyTagClassName
 {
   color: #019B9D;
 }
</style>

background-color css

<style>
 a { background-color: #019B9D; }

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

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

border-color css

<style>
 span { border-color: #019B9D; }

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

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