Html Css Color HEX #018890 Dark Cyan

📋 copy color: '#018890'

red 1 ◦ green 136 ◦ blue 144

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

Shades of Dark Cyan #018890

Tints of Dark Cyan #018890

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.4%

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

R = 0.36%
G = 48.4%
B = 51.25%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#018890 (or 0x018890) is known color: Dark Cyan. HEX triplet: 01, 88 and 90. RGB value is (1,136,144). Sum of RGB (Red+Green+Blue) = 1+136+144=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #018890 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018890 is #FE776F. Grayscale: #606060. Windows color (decimal): -16676720 or 9472001. OLE color: 9472001.

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

Color convert

RGB 1 136 144 -
CMYK 0.99 0.06 0 0.44
HSL 183.36º 0.99% 0.28% -
HSV(B) 183.36º 0.99% 0.56% -
XYZ 13.85 19.63 29.44 -
YUV 96.55 154.77 59.85 -
System Red Green Blue C M Y K H S L
Decimal 1 136 144 0.99 0.06 0 0.44 183.36 0.99 0.28
Hex 1 88 90 63 6 0 2C B7 63 1C
Octal 1 210 220 143 6 0 54 267 143 34
Binary 1 10001000 10010000 1100011 110 0 101100 10110111 1100011 11100

Color Harmonies of #018890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018890

Black with #018890

Text Example


Text Example

White with #018890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018890; }

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

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

background-color css

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

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

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

border-color css

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

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

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