Html Css Color HEX #01988B Dark Cyan

📋 copy color: '#01988B'

red 1 ◦ green 152 ◦ blue 139

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

Shades of Dark Cyan #01988B

Tints of Dark Cyan #01988B

RGB

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

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

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

R = 0.34%
G = 52.05%
B = 47.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#01988B (or 0x01988B) is known color: Dark Cyan. HEX triplet: 01, 98 and 8B. RGB value is (1,152,139). Sum of RGB (Red+Green+Blue) = 1+152+139=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #01988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01988B is #FE6774. Grayscale: #696969. Windows color (decimal): -16672629 or 9148417. OLE color: 9148417.

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

Color convert

RGB 1 152 139 -
CMYK 0.99 0 0.09 0.40
HSL 174.83º 0.99% 0.3% -
HSV(B) 174.83º 0.99% 0.6% -
XYZ 15.9 24.33 28.28 -
YUV 105.37 146.97 53.56 -
System Red Green Blue C M Y K H S L
Decimal 1 152 139 0.99 0 0.09 0.40 174.83 0.99 0.3
Hex 1 98 8B 63 0 9 28 AF 63 1E
Octal 1 230 213 143 0 11 50 257 143 36
Binary 1 10011000 10001011 1100011 0 1001 101000 10101111 1100011 11110

Color Harmonies of #01988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01988B

Black with #01988B

Text Example


Text Example

White with #01988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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