Html Css Color HEX #018788 Dark Cyan

📋 copy color: '#018788'

red 1 ◦ green 135 ◦ blue 136

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

Shades of Dark Cyan #018788

Tints of Dark Cyan #018788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

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

R = 0.37%
G = 49.63%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#018788 (or 0x018788) is known color: Dark Cyan. HEX triplet: 01, 87 and 88. RGB value is (1,135,136). Sum of RGB (Red+Green+Blue) = 1+135+136=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 136 (53.52% from 255 or 50% from 272); Max value from RGB is 136 - color contains mainly: blue. Hex color #018788 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018788 is #FE7877. Grayscale: #5E5E5E. Windows color (decimal): -16676984 or 8947457. OLE color: 8947457.

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

Color convert

RGB 1 135 136 -
CMYK 0.99 0.01 0 0.47
HSL 180.44º 0.99% 0.27% -
HSV(B) 180.44º 0.99% 0.53% -
XYZ 13.12 19.11 26.29 -
YUV 95.05 151.11 60.92 -
System Red Green Blue C M Y K H S L
Decimal 1 135 136 0.99 0.01 0 0.47 180.44 0.99 0.27
Hex 1 87 88 63 1 0 2F B4 63 1B
Octal 1 207 210 143 1 0 57 264 143 33
Binary 1 10000111 10001000 1100011 1 0 101111 10110100 1100011 11011

Color Harmonies of #018788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018788

Black with #018788

Text Example


Text Example

White with #018788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018788; }

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

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

background-color css

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

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

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

border-color css

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

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

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