Html Css Color HEX #01818E Dark Cyan

📋 copy color: '#01818E'

red 1 ◦ green 129 ◦ blue 142

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

Shades of Dark Cyan #01818E

Tints of Dark Cyan #01818E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 52.21%

R = 0.37%
G = 47.43%
B = 52.21%

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

#01818E (or 0x01818E) is known color: Dark Cyan. HEX triplet: 01, 81 and 8E. RGB value is (1,129,142). Sum of RGB (Red+Green+Blue) = 1+129+142=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 142 (55.86% from 255 or 52.21% from 272); Max value from RGB is 142 - color contains mainly: blue. Hex color #01818E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01818E is #FE7E71. Grayscale: #5C5C5C. Windows color (decimal): -16678514 or 9339137. OLE color: 9339137.

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

Color convert

RGB 1 129 142 -
CMYK 0.99 0.09 0 0.44
HSL 185.53º 0.99% 0.28% -
HSV(B) 185.53º 0.99% 0.56% -
XYZ 12.75 17.66 28.33 -
YUV 92.21 156.09 62.94 -
System Red Green Blue C M Y K H S L
Decimal 1 129 142 0.99 0.09 0 0.44 185.53 0.99 0.28
Hex 1 81 8E 63 9 0 2C BA 63 1C
Octal 1 201 216 143 11 0 54 272 143 34
Binary 1 10000001 10001110 1100011 1001 0 101100 10111010 1100011 11100

Color Harmonies of #01818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01818E

Black with #01818E

Text Example


Text Example

White with #01818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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