Html Css Color HEX #018C81 Dark Cyan

📋 copy color: '#018C81'

red 1 ◦ green 140 ◦ blue 129

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

Shades of Dark Cyan #018C81

Tints of Dark Cyan #018C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 51.85%

 BLUE value IS 129 (50.78% from 255) = 47.78%

R = 0.37%
G = 51.85%
B = 47.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#018C81 (or 0x018C81) is known color: Dark Cyan. HEX triplet: 01, 8C and 81. RGB value is (1,140,129). Sum of RGB (Red+Green+Blue) = 1+140+129=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 140 (55.08% from 255 or 51.85% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 140 - color contains mainly: green. Hex color #018C81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018C81 is #FE737E. Grayscale: #616161. Windows color (decimal): -16675711 or 8489985. OLE color: 8489985.

HSL color Cylindrical-coordinate representation of color #018C81: hue angle of 175.25º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018C81 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 140 129 -
CMYK 0.99 0 0.08 0.45
HSL 175.25º 0.99% 0.28% -
HSV(B) 175.25º 0.99% 0.55% -
XYZ 13.35 20.35 23.99 -
YUV 97.19 145.95 59.39 -
System Red Green Blue C M Y K H S L
Decimal 1 140 129 0.99 0 0.08 0.45 175.25 0.99 0.28
Hex 1 8C 81 63 0 8 2D AF 63 1C
Octal 1 214 201 143 0 10 55 257 143 34
Binary 1 10001100 10000001 1100011 0 1000 101101 10101111 1100011 11100

Color Harmonies of #018C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018C81

Black with #018C81

Text Example


Text Example

White with #018C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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