Html Css Color HEX #018A8E Dark Cyan

📋 copy color: '#018A8E'

red 1 ◦ green 138 ◦ blue 142

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

Shades of Dark Cyan #018A8E

Tints of Dark Cyan #018A8E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 49.11%

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

R = 0.36%
G = 49.11%
B = 50.53%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#018A8E (or 0x018A8E) is known color: Dark Cyan. HEX triplet: 01, 8A and 8E. RGB value is (1,138,142). Sum of RGB (Red+Green+Blue) = 1+138+142=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #018A8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018A8E is #FE7571. Grayscale: #616161. Windows color (decimal): -16676210 or 9341441. OLE color: 9341441.

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

Color convert

RGB 1 138 142 -
CMYK 0.99 0.03 0 0.44
HSL 181.7º 0.99% 0.28% -
HSV(B) 181.7º 0.99% 0.56% -
XYZ 13.98 20.14 28.74 -
YUV 97.49 153.11 59.17 -
System Red Green Blue C M Y K H S L
Decimal 1 138 142 0.99 0.03 0 0.44 181.7 0.99 0.28
Hex 1 8A 8E 63 3 0 2C B6 63 1C
Octal 1 212 216 143 3 0 54 266 143 34
Binary 1 10001010 10001110 1100011 11 0 101100 10110110 1100011 11100

Color Harmonies of #018A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A8E

Black with #018A8E

Text Example


Text Example

White with #018A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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