Html Css Color HEX #019893 Dark Cyan

📋 copy color: '#019893'

red 1 ◦ green 152 ◦ blue 147

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

Shades of Dark Cyan #019893

Tints of Dark Cyan #019893

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

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

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

Color convert

RGB 1 152 147 -
CMYK 0.99 0 0.03 0.40
HSL 178.01º 0.99% 0.3% -
HSV(B) 178.01º 0.99% 0.6% -
XYZ 16.51 24.57 31.48 -
YUV 106.28 150.97 52.91 -
System Red Green Blue C M Y K H S L
Decimal 1 152 147 0.99 0 0.03 0.40 178.01 0.99 0.3
Hex 1 98 93 63 0 3 28 B2 63 1E
Octal 1 230 223 143 0 3 50 262 143 36
Binary 1 10011000 10010011 1100011 0 11 101000 10110010 1100011 11110

Color Harmonies of #019893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019893

Black with #019893

Text Example


Text Example

White with #019893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019893; }

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

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

background-color css

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

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

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

border-color css

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

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

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