Html Css Color HEX #019398 Dark Cyan

📋 copy color: '#019398'

red 1 ◦ green 147 ◦ blue 152

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

Shades of Dark Cyan #019398

Tints of Dark Cyan #019398

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49%

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

R = 0.33%
G = 49%
B = 50.67%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019398 (or 0x019398) is known color: Dark Cyan. HEX triplet: 01, 93 and 98. RGB value is (1,147,152). Sum of RGB (Red+Green+Blue) = 1+147+152=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #019398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019398 is #FE6C67. Grayscale: #676767. Windows color (decimal): -16673896 or 9999105. OLE color: 9999105.

HSL color Cylindrical-coordinate representation of color #019398: hue angle of 181.99º 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 #019398 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 147 152 -
CMYK 0.99 0.03 0 0.40
HSL 181.99º 0.99% 0.3% -
HSV(B) 181.99º 0.99% 0.6% -
XYZ 16.11 23.14 33.32 -
YUV 103.92 155.13 54.59 -
System Red Green Blue C M Y K H S L
Decimal 1 147 152 0.99 0.03 0 0.40 181.99 0.99 0.3
Hex 1 93 98 63 3 0 28 B6 63 1E
Octal 1 223 230 143 3 0 50 266 143 36
Binary 1 10010011 10011000 1100011 11 0 101000 10110110 1100011 11110

Color Harmonies of #019398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019398

Black with #019398

Text Example


Text Example

White with #019398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019398; }

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

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

background-color css

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

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

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

border-color css

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

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

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