Html Css Color HEX #01878F Dark Cyan

📋 copy color: '#01878F'

red 1 ◦ green 135 ◦ blue 143

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

Shades of Dark Cyan #01878F

Tints of Dark Cyan #01878F

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

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

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

Color convert

RGB 1 135 143 -
CMYK 0.99 0.06 0 0.44
HSL 183.38º 0.99% 0.28% -
HSV(B) 183.38º 0.99% 0.56% -
XYZ 13.63 19.32 29 -
YUV 95.85 154.61 60.35 -
System Red Green Blue C M Y K H S L
Decimal 1 135 143 0.99 0.06 0 0.44 183.38 0.99 0.28
Hex 1 87 8F 63 6 0 2C B7 63 1C
Octal 1 207 217 143 6 0 54 267 143 34
Binary 1 10000111 10001111 1100011 110 0 101100 10110111 1100011 11100

Color Harmonies of #01878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01878F

Black with #01878F

Text Example


Text Example

White with #01878F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01878F; }

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

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

background-color css

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

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

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

border-color css

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

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

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