Html Css Color HEX #018F87 Dark Cyan

📋 copy color: '#018F87'

red 1 ◦ green 143 ◦ blue 135

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

Shades of Dark Cyan #018F87

Tints of Dark Cyan #018F87

RGB

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

 GREEN value IS 143 (56.25% from 255) = 51.25%

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 0.36%
G = 51.25%
B = 48.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#018F87 (or 0x018F87) is known color: Dark Cyan. HEX triplet: 01, 8F and 87. RGB value is (1,143,135). Sum of RGB (Red+Green+Blue) = 1+143+135=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #018F87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F87 is #FE7078. Grayscale: #636363. Windows color (decimal): -16674937 or 8883969. OLE color: 8883969.

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

Color convert

RGB 1 143 135 -
CMYK 0.99 0 0.06 0.44
HSL 176.62º 0.99% 0.28% -
HSV(B) 176.62º 0.99% 0.56% -
XYZ 14.21 21.4 26.3 -
YUV 99.63 147.96 57.65 -
System Red Green Blue C M Y K H S L
Decimal 1 143 135 0.99 0 0.06 0.44 176.62 0.99 0.28
Hex 1 8F 87 63 0 6 2C B1 63 1C
Octal 1 217 207 143 0 6 54 261 143 34
Binary 1 10001111 10000111 1100011 0 110 101100 10110001 1100011 11100

Color Harmonies of #018F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F87

Black with #018F87

Text Example


Text Example

White with #018F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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