Html Css Color HEX #019B8B Persian Green

📋 copy color: '#019B8B'

red 1 ◦ green 155 ◦ blue 139

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

Shades of Persian Green #019B8B

Tints of Persian Green #019B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.12%

R = 0.34%
G = 52.54%
B = 47.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#019B8B (or 0x019B8B) is known color: Persian Green. HEX triplet: 01, 9B and 8B. RGB value is (1,155,139). Sum of RGB (Red+Green+Blue) = 1+155+139=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #019B8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019B8B is #FE6474. Grayscale: #6B6B6B. Windows color (decimal): -16671861 or 9149185. OLE color: 9149185.

HSL color Cylindrical-coordinate representation of color #019B8B: hue angle of 173.77º 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 #019B8B is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 155 139 -
CMYK 0.99 0 0.10 0.39
HSL 173.77º 0.99% 0.31% -
HSV(B) 173.77º 0.99% 0.61% -
XYZ 16.39 25.31 28.45 -
YUV 107.13 145.98 52.3 -
System Red Green Blue C M Y K H S L
Decimal 1 155 139 0.99 0 0.10 0.39 173.77 0.99 0.31
Hex 1 9B 8B 63 0 A 27 AE 63 1F
Octal 1 233 213 143 0 12 47 256 143 37
Binary 1 10011011 10001011 1100011 0 1010 100111 10101110 1100011 11111

Color Harmonies of #019B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019B8B

Black with #019B8B

Text Example


Text Example

White with #019B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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