Html Css Color HEX #019B94 Persian Green

📋 copy color: '#019B94'

red 1 ◦ green 155 ◦ blue 148

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

Shades of Persian Green #019B94

Tints of Persian Green #019B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 0.33%
G = 50.99%
B = 48.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#019B94 (or 0x019B94) is known color: Persian Green. HEX triplet: 01, 9B and 94. RGB value is (1,155,148). Sum of RGB (Red+Green+Blue) = 1+155+148=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #019B94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019B94 is #FE646B. Grayscale: #6C6C6C. Windows color (decimal): -16671852 or 9739009. OLE color: 9739009.

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

Color convert

RGB 1 155 148 -
CMYK 0.99 0 0.05 0.39
HSL 177.27º 0.99% 0.31% -
HSV(B) 177.27º 0.99% 0.61% -
XYZ 17.08 25.59 32.06 -
YUV 108.16 150.48 51.57 -
System Red Green Blue C M Y K H S L
Decimal 1 155 148 0.99 0 0.05 0.39 177.27 0.99 0.31
Hex 1 9B 94 63 0 5 27 B1 63 1F
Octal 1 233 224 143 0 5 47 261 143 37
Binary 1 10011011 10010100 1100011 0 101 100111 10110001 1100011 11111

Color Harmonies of #019B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B94

Black with #019B94

Text Example


Text Example

White with #019B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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