Html Css Color HEX #01898C Dark Cyan

📋 copy color: '#01898C'

red 1 ◦ green 137 ◦ blue 140

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

Shades of Dark Cyan #01898C

Tints of Dark Cyan #01898C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.28%

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

R = 0.36%
G = 49.28%
B = 50.36%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01898C (or 0x01898C) is known color: Dark Cyan. HEX triplet: 01, 89 and 8C. RGB value is (1,137,140). Sum of RGB (Red+Green+Blue) = 1+137+140=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #01898C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01898C is #FE7673. Grayscale: #606060. Windows color (decimal): -16676468 or 9210113. OLE color: 9210113.

HSL color Cylindrical-coordinate representation of color #01898C: hue angle of 181.29º 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 #01898C is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 137 140 -
CMYK 0.99 0.02 0 0.45
HSL 181.3º 0.99% 0.28% -
HSV(B) 181.3º 0.99% 0.55% -
XYZ 13.69 19.79 27.91 -
YUV 96.68 152.44 59.76 -
System Red Green Blue C M Y K H S L
Decimal 1 137 140 0.99 0.02 0 0.45 181.3 0.99 0.28
Hex 1 89 8C 63 2 0 2D B5 63 1C
Octal 1 211 214 143 2 0 55 265 143 34
Binary 1 10001001 10001100 1100011 10 0 101101 10110101 1100011 11100

Color Harmonies of #01898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01898C

Black with #01898C

Text Example


Text Example

White with #01898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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