Html Css Color HEX #01878B Dark Cyan

📋 copy color: '#01878B'

red 1 ◦ green 135 ◦ blue 139

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

Shades of Dark Cyan #01878B

Tints of Dark Cyan #01878B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.55%

R = 0.36%
G = 49.09%
B = 50.55%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01878B (or 0x01878B) is known color: Dark Cyan. HEX triplet: 01, 87 and 8B. RGB value is (1,135,139). Sum of RGB (Red+Green+Blue) = 1+135+139=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #01878B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01878B is #FE7874. Grayscale: #5F5F5F. Windows color (decimal): -16676981 or 9144065. OLE color: 9144065.

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

Color convert

RGB 1 135 139 -
CMYK 0.99 0.03 0 0.45
HSL 181.74º 0.99% 0.27% -
HSV(B) 181.74º 0.99% 0.55% -
XYZ 13.34 19.2 27.43 -
YUV 95.39 152.61 60.67 -
System Red Green Blue C M Y K H S L
Decimal 1 135 139 0.99 0.03 0 0.45 181.74 0.99 0.27
Hex 1 87 8B 63 3 0 2D B6 63 1B
Octal 1 207 213 143 3 0 55 266 143 33
Binary 1 10000111 10001011 1100011 11 0 101101 10110110 1100011 11011

Color Harmonies of #01878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01878B

Black with #01878B

Text Example


Text Example

White with #01878B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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