Html Css Color HEX #01888B Dark Cyan

📋 copy color: '#01888B'

red 1 ◦ green 136 ◦ blue 139

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

Shades of Dark Cyan #01888B

Tints of Dark Cyan #01888B

RGB

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

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

 BLUE value IS 139 (54.69% 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

#01888B (or 0x01888B) is known color: Dark Cyan. HEX triplet: 01, 88 and 8B. RGB value is (1,136,139). Sum of RGB (Red+Green+Blue) = 1+136+139=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 136 (53.52% from 255 or 49.28% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #01888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01888B is #FE7774. Grayscale: #5F5F5F. Windows color (decimal): -16676725 or 9144321. OLE color: 9144321.

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

Color convert

RGB 1 136 139 -
CMYK 0.99 0.02 0 0.45
HSL 181.3º 0.99% 0.27% -
HSV(B) 181.3º 0.99% 0.55% -
XYZ 13.48 19.48 27.48 -
YUV 95.98 152.27 60.26 -
System Red Green Blue C M Y K H S L
Decimal 1 136 139 0.99 0.02 0 0.45 181.3 0.99 0.27
Hex 1 88 8B 63 2 0 2D B5 63 1B
Octal 1 210 213 143 2 0 55 265 143 33
Binary 1 10001000 10001011 1100011 10 0 101101 10110101 1100011 11011

Color Harmonies of #01888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01888B

Black with #01888B

Text Example


Text Example

White with #01888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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