Html Css Color HEX #018391 Dark Cyan

📋 copy color: '#018391'

red 1 ◦ green 131 ◦ blue 145

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

Shades of Dark Cyan #018391

Tints of Dark Cyan #018391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 47.29%

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 0.36%
G = 47.29%
B = 52.35%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018391 (or 0x018391) is known color: Dark Cyan. HEX triplet: 01, 83 and 91. RGB value is (1,131,145). Sum of RGB (Red+Green+Blue) = 1+131+145=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #018391 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018391 is #FE7C6E. Grayscale: #5D5D5D. Windows color (decimal): -16677999 or 9536257. OLE color: 9536257.

HSL color Cylindrical-coordinate representation of color #018391: hue angle of 185.83º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018391 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 131 145 -
CMYK 0.99 0.10 0 0.43
HSL 185.83º 0.99% 0.29% -
HSV(B) 185.83º 0.99% 0.57% -
XYZ 13.24 18.28 29.62 -
YUV 93.73 156.93 61.86 -
System Red Green Blue C M Y K H S L
Decimal 1 131 145 0.99 0.10 0 0.43 185.83 0.99 0.29
Hex 1 83 91 63 A 0 2B BA 63 1D
Octal 1 203 221 143 12 0 53 272 143 35
Binary 1 10000011 10010001 1100011 1010 0 101011 10111010 1100011 11101

Color Harmonies of #018391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018391

Black with #018391

Text Example


Text Example

White with #018391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018391; }

 p { color: rgb(1,131,145); }

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

background-color css

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

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

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

border-color css

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

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

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