Html Css Color HEX #01878C Dark Cyan

📋 copy color: '#01878C'

red 1 ◦ green 135 ◦ blue 140

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

Shades of Dark Cyan #01878C

Tints of Dark Cyan #01878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.72%

R = 0.36%
G = 48.91%
B = 50.72%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01878C (or 0x01878C) is known color: Dark Cyan. HEX triplet: 01, 87 and 8C. RGB value is (1,135,140). Sum of RGB (Red+Green+Blue) = 1+135+140=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 135 (53.12% from 255 or 48.91% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #01878C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01878C is #FE7873. Grayscale: #5F5F5F. Windows color (decimal): -16676980 or 9209601. OLE color: 9209601.

HSL color Cylindrical-coordinate representation of color #01878C: hue angle of 182.16º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01878C is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 135 140 -
CMYK 0.99 0.04 0 0.45
HSL 182.16º 0.99% 0.28% -
HSV(B) 182.16º 0.99% 0.55% -
XYZ 13.41 19.23 27.82 -
YUV 95.5 153.11 60.59 -
System Red Green Blue C M Y K H S L
Decimal 1 135 140 0.99 0.04 0 0.45 182.16 0.99 0.28
Hex 1 87 8C 63 4 0 2D B6 63 1C
Octal 1 207 214 143 4 0 55 266 143 34
Binary 1 10000111 10001100 1100011 100 0 101101 10110110 1100011 11100

Color Harmonies of #01878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01878C

Black with #01878C

Text Example


Text Example

White with #01878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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