Html Css Color HEX #01888E Dark Cyan

📋 copy color: '#01888E'

red 1 ◦ green 136 ◦ blue 142

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

Shades of Dark Cyan #01888E

Tints of Dark Cyan #01888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 48.75%

 BLUE value IS 142 (55.86% from 255) = 50.9%

R = 0.36%
G = 48.75%
B = 50.9%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01888E (or 0x01888E) is known color: Dark Cyan. HEX triplet: 01, 88 and 8E. RGB value is (1,136,142). Sum of RGB (Red+Green+Blue) = 1+136+142=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #01888E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01888E is #FE7771. Grayscale: #606060. Windows color (decimal): -16676722 or 9340929. OLE color: 9340929.

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

Color convert

RGB 1 136 142 -
CMYK 0.99 0.04 0 0.44
HSL 182.55º 0.99% 0.28% -
HSV(B) 182.55º 0.99% 0.56% -
XYZ 13.7 19.57 28.65 -
YUV 96.32 153.77 60.01 -
System Red Green Blue C M Y K H S L
Decimal 1 136 142 0.99 0.04 0 0.44 182.55 0.99 0.28
Hex 1 88 8E 63 4 0 2C B7 63 1C
Octal 1 210 216 143 4 0 54 267 143 34
Binary 1 10001000 10001110 1100011 100 0 101100 10110111 1100011 11100

Color Harmonies of #01888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01888E

Black with #01888E

Text Example


Text Example

White with #01888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01888E; }

 p { color: rgb(1,136,142); }

 H1.HeaderClassName
 {
   color: #01888E;
 }
 .AnyTagClassName
 {
   color: #01888E;
 }
</style>

background-color css

<style>
 a { background-color: #01888E; }

 a { background-color: rgb(1,136,142); }

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

border-color css

<style>
 span { border-color: #01888E; }

 span { border-color: rgb(1,136,142); }

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