Html Css Color HEX #019898 Persian Green

📋 copy color: '#019898'

red 1 ◦ green 152 ◦ blue 152

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

Shades of Persian Green #019898

Tints of Persian Green #019898

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.84%

 BLUE value IS 152 (59.77% from 255) = 49.84%

R = 0.33%
G = 49.84%
B = 49.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019898 (or 0x019898) is known color: Persian Green. HEX triplet: 01, 98 and 98. RGB value is (1,152,152). Sum of RGB (Red+Green+Blue) = 1+152+152=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: green, blue. Hex color #019898 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019898 is #FE6767. Grayscale: #6A6A6A. Windows color (decimal): -16672616 or 10000385. OLE color: 10000385.

HSL color Cylindrical-coordinate representation of color #019898: hue angle of 180º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019898 is Cyan = 0.99, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 152 -
CMYK 0.99 0 0 0.40
HSL 180º 0.99% 0.3% -
HSV(B) 180º 0.99% 0.6% -
XYZ 16.91 24.73 33.59 -
YUV 106.85 153.47 52.5 -
System Red Green Blue C M Y K H S L
Decimal 1 152 152 0.99 0 0 0.40 180 0.99 0.3
Hex 1 98 98 63 0 0 28 B4 63 1E
Octal 1 230 230 143 0 0 50 264 143 36
Binary 1 10011000 10011000 1100011 0 0 101000 10110100 1100011 11110

Color Harmonies of #019898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019898

Black with #019898

Text Example


Text Example

White with #019898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019898; }

 p { color: rgb(1,152,152); }

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

background-color css

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

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

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

border-color css

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

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

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