Html Css Color HEX #01878A Dark Cyan

📋 copy color: '#01878A'

red 1 ◦ green 135 ◦ blue 138

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

Shades of Dark Cyan #01878A

Tints of Dark Cyan #01878A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 0.36%
G = 49.27%
B = 50.36%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01878A (or 0x01878A) is known color: Dark Cyan. HEX triplet: 01, 87 and 8A. RGB value is (1,135,138). Sum of RGB (Red+Green+Blue) = 1+135+138=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #01878A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01878A is #FE7875. Grayscale: #5F5F5F. Windows color (decimal): -16676982 or 9078529. OLE color: 9078529.

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

Color convert

RGB 1 135 138 -
CMYK 0.99 0.02 0 0.46
HSL 181.31º 0.99% 0.27% -
HSV(B) 181.31º 0.99% 0.54% -
XYZ 13.26 19.17 27.05 -
YUV 95.28 152.11 60.76 -
System Red Green Blue C M Y K H S L
Decimal 1 135 138 0.99 0.02 0 0.46 181.31 0.99 0.27
Hex 1 87 8A 63 2 0 2E B5 63 1B
Octal 1 207 212 143 2 0 56 265 143 33
Binary 1 10000111 10001010 1100011 10 0 101110 10110101 1100011 11011

Color Harmonies of #01878A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01878A

Black with #01878A

Text Example


Text Example

White with #01878A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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