Html Css Color HEX #019798 Dark Cyan

📋 copy color: '#019798'

red 1 ◦ green 151 ◦ blue 152

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

Shades of Dark Cyan #019798

Tints of Dark Cyan #019798

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

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

R = 0.33%
G = 49.67%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019798 (or 0x019798) is known color: Dark Cyan. HEX triplet: 01, 97 and 98. RGB value is (1,151,152). Sum of RGB (Red+Green+Blue) = 1+151+152=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #019798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019798 is #FE6867. Grayscale: #6A6A6A. Windows color (decimal): -16672872 or 10000129. OLE color: 10000129.

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

Color convert

RGB 1 151 152 -
CMYK 0.99 0.01 0 0.40
HSL 180.4º 0.99% 0.3% -
HSV(B) 180.4º 0.99% 0.6% -
XYZ 16.75 24.41 33.53 -
YUV 106.26 153.81 52.92 -
System Red Green Blue C M Y K H S L
Decimal 1 151 152 0.99 0.01 0 0.40 180.4 0.99 0.3
Hex 1 97 98 63 1 0 28 B4 63 1E
Octal 1 227 230 143 1 0 50 264 143 36
Binary 1 10010111 10011000 1100011 1 0 101000 10110100 1100011 11110

Color Harmonies of #019798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019798

Black with #019798

Text Example


Text Example

White with #019798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019798; }

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

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

background-color css

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

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

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

border-color css

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

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

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