Html Css Color HEX #019692 Dark Cyan

📋 copy color: '#019692'

red 1 ◦ green 150 ◦ blue 146

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

Shades of Dark Cyan #019692

Tints of Dark Cyan #019692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

 BLUE value IS 146 (57.42% from 255) = 49.16%

R = 0.34%
G = 50.51%
B = 49.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

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

Color information

#019692 (or 0x019692) is known color: Dark Cyan. HEX triplet: 01, 96 and 92. RGB value is (1,150,146). Sum of RGB (Red+Green+Blue) = 1+150+146=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #019692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019692 is #FE696D. Grayscale: #686868. Windows color (decimal): -16673134 or 9606657. OLE color: 9606657.

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

Color convert

RGB 1 150 146 -
CMYK 0.99 0 0.03 0.41
HSL 178.39º 0.99% 0.3% -
HSV(B) 178.39º 0.99% 0.59% -
XYZ 16.11 23.89 30.96 -
YUV 104.99 151.14 53.83 -
System Red Green Blue C M Y K H S L
Decimal 1 150 146 0.99 0 0.03 0.41 178.39 0.99 0.3
Hex 1 96 92 63 0 3 29 B2 63 1E
Octal 1 226 222 143 0 3 51 262 143 36
Binary 1 10010110 10010010 1100011 0 11 101001 10110010 1100011 11110

Color Harmonies of #019692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019692

Black with #019692

Text Example


Text Example

White with #019692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019692; }

 p { color: rgb(1,150,146); }

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

background-color css

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

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

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

border-color css

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

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

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