Html Css Color HEX #018390 Dark Cyan

📋 copy color: '#018390'

red 1 ◦ green 131 ◦ blue 144

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

Shades of Dark Cyan #018390

Tints of Dark Cyan #018390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 0.36%
G = 47.46%
B = 52.17%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#018390 (or 0x018390) is known color: Dark Cyan. HEX triplet: 01, 83 and 90. RGB value is (1,131,144). Sum of RGB (Red+Green+Blue) = 1+131+144=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 131 (51.56% from 255 or 47.46% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #018390 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018390 is #FE7C6F. Grayscale: #5D5D5D. Windows color (decimal): -16678000 or 9470721. OLE color: 9470721.

HSL color Cylindrical-coordinate representation of color #018390: hue angle of 185.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018390 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 131 144 -
CMYK 0.99 0.09 0 0.44
HSL 185.45º 0.99% 0.28% -
HSV(B) 185.45º 0.99% 0.56% -
XYZ 13.16 18.25 29.21 -
YUV 93.61 156.43 61.94 -
System Red Green Blue C M Y K H S L
Decimal 1 131 144 0.99 0.09 0 0.44 185.45 0.99 0.28
Hex 1 83 90 63 9 0 2C B9 63 1C
Octal 1 203 220 143 11 0 54 271 143 34
Binary 1 10000011 10010000 1100011 1001 0 101100 10111001 1100011 11100

Color Harmonies of #018390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018390

Black with #018390

Text Example


Text Example

White with #018390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018390; }

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

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

background-color css

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

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

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

border-color css

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

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

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