Html Css Color HEX #01898B Dark Cyan

📋 copy color: '#01898B'

red 1 ◦ green 137 ◦ blue 139

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

Shades of Dark Cyan #01898B

Tints of Dark Cyan #01898B

RGB

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

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

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

R = 0.36%
G = 49.46%
B = 50.18%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01898B (or 0x01898B) is known color: Dark Cyan. HEX triplet: 01, 89 and 8B. RGB value is (1,137,139). Sum of RGB (Red+Green+Blue) = 1+137+139=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #01898B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01898B is #FE7674. Grayscale: #606060. Windows color (decimal): -16676469 or 9144577. OLE color: 9144577.

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

Color convert

RGB 1 137 139 -
CMYK 0.99 0.01 0 0.45
HSL 180.87º 0.99% 0.27% -
HSV(B) 180.87º 0.99% 0.55% -
XYZ 13.62 19.76 27.52 -
YUV 96.56 151.94 59.84 -
System Red Green Blue C M Y K H S L
Decimal 1 137 139 0.99 0.01 0 0.45 180.87 0.99 0.27
Hex 1 89 8B 63 1 0 2D B5 63 1B
Octal 1 211 213 143 1 0 55 265 143 33
Binary 1 10001001 10001011 1100011 1 0 101101 10110101 1100011 11011

Color Harmonies of #01898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01898B

Black with #01898B

Text Example


Text Example

White with #01898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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