Html Css Color HEX #018488 Dark Cyan

📋 copy color: '#018488'

red 1 ◦ green 132 ◦ blue 136

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

Shades of Dark Cyan #018488

Tints of Dark Cyan #018488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.07%

 BLUE value IS 136 (53.52% from 255) = 50.56%

R = 0.37%
G = 49.07%
B = 50.56%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#018488 (or 0x018488) is known color: Dark Cyan. HEX triplet: 01, 84 and 88. RGB value is (1,132,136). Sum of RGB (Red+Green+Blue) = 1+132+136=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 136 (53.52% from 255 or 50.56% from 269); Max value from RGB is 136 - color contains mainly: blue. Hex color #018488 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018488 is #FE7B77. Grayscale: #5D5D5D. Windows color (decimal): -16677752 or 8946689. OLE color: 8946689.

HSL color Cylindrical-coordinate representation of color #018488: hue angle of 181.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018488 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 132 136 -
CMYK 0.99 0.03 0 0.47
HSL 181.78º 0.99% 0.27% -
HSV(B) 181.78º 0.99% 0.53% -
XYZ 12.71 18.29 26.15 -
YUV 93.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 1 132 136 0.99 0.03 0 0.47 181.78 0.99 0.27
Hex 1 84 88 63 3 0 2F B6 63 1B
Octal 1 204 210 143 3 0 57 266 143 33
Binary 1 10000100 10001000 1100011 11 0 101111 10110110 1100011 11011

Color Harmonies of #018488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018488

Black with #018488

Text Example


Text Example

White with #018488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018488; }

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

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

background-color css

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

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

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

border-color css

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

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

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