Html Css Color HEX #018F85 Dark Cyan

📋 copy color: '#018F85'

red 1 ◦ green 143 ◦ blue 133

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

Shades of Dark Cyan #018F85

Tints of Dark Cyan #018F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 0.36%
G = 51.62%
B = 48.01%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#018F85 (or 0x018F85) is known color: Dark Cyan. HEX triplet: 01, 8F and 85. RGB value is (1,143,133). Sum of RGB (Red+Green+Blue) = 1+143+133=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 143 (56.25% from 255 or 51.62% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 143 - color contains mainly: green. Hex color #018F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018F85 is #FE707A. Grayscale: #636363. Windows color (decimal): -16674939 or 8752897. OLE color: 8752897.

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

Color convert

RGB 1 143 133 -
CMYK 0.99 0 0.07 0.44
HSL 175.77º 0.99% 0.28% -
HSV(B) 175.77º 0.99% 0.56% -
XYZ 14.07 21.34 25.57 -
YUV 99.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 1 143 133 0.99 0 0.07 0.44 175.77 0.99 0.28
Hex 1 8F 85 63 0 7 2C B0 63 1C
Octal 1 217 205 143 0 7 54 260 143 34
Binary 1 10001111 10000101 1100011 0 111 101100 10110000 1100011 11100

Color Harmonies of #018F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F85

Black with #018F85

Text Example


Text Example

White with #018F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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