#03988F

Color #03988F Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #03988F

Tints of Dark Cyan #03988F

Color information

#03988F (or 0x03988F) is unknown color: approx Dark Cyan. HEX triplet: 03, 98 and 8F. RGB value is (3,152,143). Sum of RGB (Red+Green+Blue) = 3+152+143=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #03988F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03988F is #FC6770. Grayscale: #6A6A6A. Windows color (decimal): -16541553 or 9410563. OLE color: 9410563.

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

Color convert

RGB3152143-
CMYK0.9800.060.40
HSL176.38º96.13%30.39%-
HSV(B)176.38º98.03%59.61%-
XYZ16.2224.4629.85-
YUV106.42148.6454.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=1.01%
G=51.01%
B=47.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31521430.9800.060.40176.3896.1330.39
Hex3988F620628b0601e
Octal3230217142065026014036
Binary1110011000100011111100010011010100010110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #03988F;
 }
 .AnyTagClassName
 {
   color: #03988F;
 }
</style>
background-color css

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

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

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

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

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

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