Html Css Color HEX #018891 Dark Cyan

📋 copy color: '#018891'

red 1 ◦ green 136 ◦ blue 145

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

Shades of Dark Cyan #018891

Tints of Dark Cyan #018891

RGB

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

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

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

R = 0.35%
G = 48.23%
B = 51.42%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018891 (or 0x018891) is known color: Dark Cyan. HEX triplet: 01, 88 and 91. RGB value is (1,136,145). Sum of RGB (Red+Green+Blue) = 1+136+145=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #018891 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018891 is #FE776E. Grayscale: #606060. Windows color (decimal): -16676719 or 9537537. OLE color: 9537537.

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

Color convert

RGB 1 136 145 -
CMYK 0.99 0.06 0 0.43
HSL 183.75º 0.99% 0.29% -
HSV(B) 183.75º 0.99% 0.57% -
XYZ 13.93 19.66 29.85 -
YUV 96.66 155.27 59.77 -
System Red Green Blue C M Y K H S L
Decimal 1 136 145 0.99 0.06 0 0.43 183.75 0.99 0.29
Hex 1 88 91 63 6 0 2B B8 63 1D
Octal 1 210 221 143 6 0 53 270 143 35
Binary 1 10001000 10010001 1100011 110 0 101011 10111000 1100011 11101

Color Harmonies of #018891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018891

Black with #018891

Text Example


Text Example

White with #018891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018891; }

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

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

background-color css

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

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

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

border-color css

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

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

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