Html Css Color HEX #01988F Dark Cyan

📋 copy color: '#01988F'

red 1 ◦ green 152 ◦ blue 143

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

Shades of Dark Cyan #01988F

Tints of Dark Cyan #01988F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.35%

 BLUE value IS 143 (56.25% from 255) = 48.31%

R = 0.34%
G = 51.35%
B = 48.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#01988F (or 0x01988F) is known color: Dark Cyan. HEX triplet: 01, 98 and 8F. RGB value is (1,152,143). Sum of RGB (Red+Green+Blue) = 1+152+143=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #01988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01988F is #FE6770. Grayscale: #696969. Windows color (decimal): -16672625 or 9410561. OLE color: 9410561.

HSL color Cylindrical-coordinate representation of color #01988F: hue angle of 176.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01988F is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 152 143 -
CMYK 0.99 0 0.06 0.40
HSL 176.42º 0.99% 0.3% -
HSV(B) 176.42º 0.99% 0.6% -
XYZ 16.2 24.45 29.85 -
YUV 105.83 148.97 53.23 -
System Red Green Blue C M Y K H S L
Decimal 1 152 143 0.99 0 0.06 0.40 176.42 0.99 0.3
Hex 1 98 8F 63 0 6 28 B0 63 1E
Octal 1 230 217 143 0 6 50 260 143 36
Binary 1 10011000 10001111 1100011 0 110 101000 10110000 1100011 11110

Color Harmonies of #01988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01988F

Black with #01988F

Text Example


Text Example

White with #01988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01988F; }

 p { color: rgb(1,152,143); }

 H1.HeaderClassName
 {
   color: #01988F;
 }
 .AnyTagClassName
 {
   color: #01988F;
 }
</style>

background-color css

<style>
 a { background-color: #01988F; }

 a { background-color: rgb(1,152,143); }

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

border-color css

<style>
 span { border-color: #01988F; }

 span { border-color: rgb(1,152,143); }

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