Html Css Color HEX #018190 Dark Cyan

📋 copy color: '#018190'

red 1 ◦ green 129 ◦ blue 144

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

Shades of Dark Cyan #018190

Tints of Dark Cyan #018190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.08%

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

R = 0.36%
G = 47.08%
B = 52.55%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#018190 (or 0x018190) is known color: Dark Cyan. HEX triplet: 01, 81 and 90. RGB value is (1,129,144). Sum of RGB (Red+Green+Blue) = 1+129+144=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #018190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018190 is #FE7E6F. Grayscale: #5C5C5C. Windows color (decimal): -16678512 or 9470209. OLE color: 9470209.

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

Color convert

RGB 1 129 144 -
CMYK 0.99 0.10 0 0.44
HSL 186.29º 0.99% 0.28% -
HSV(B) 186.29º 0.99% 0.56% -
XYZ 12.9 17.72 29.13 -
YUV 92.44 157.09 62.78 -
System Red Green Blue C M Y K H S L
Decimal 1 129 144 0.99 0.10 0 0.44 186.29 0.99 0.28
Hex 1 81 90 63 A 0 2C BA 63 1C
Octal 1 201 220 143 12 0 54 272 143 34
Binary 1 10000001 10010000 1100011 1010 0 101100 10111010 1100011 11100

Color Harmonies of #018190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018190

Black with #018190

Text Example


Text Example

White with #018190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018190; }

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

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

background-color css

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

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

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

border-color css

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

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

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