#038D88

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

Shades of Dark Cyan #038D88

Tints of Dark Cyan #038D88

Color information

#038D88 (or 0x038D88) is unknown color: approx Dark Cyan. HEX triplet: 03, 8D and 88. RGB value is (3,141,136). Sum of RGB (Red+Green+Blue) = 3+141+136=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #038D88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038D88 is #FC7277. Grayscale: #636363. Windows color (decimal): -16544376 or 8948995. OLE color: 8948995.

HSL color Cylindrical-coordinate representation of color #038D88: hue angle of 177.83º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038D88 is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB3141136-
CMYK0.9800.040.45
HSL177.83º95.83%28.24%-
HSV(B)177.83º97.87%55.29%-
XYZ14.0120.8526.58-
YUV99.17148.7859.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.07%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 136 (53.52% from 255) = 48.57%
R=1.07%
G=50.36%
B=48.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31411360.9800.040.45177.8395.8328.24
Hex38D8862042Db2601c
Octal3215210142045526214034
Binary1110001101100010001100010010010110110110010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038D88; }

 p { color: rgb(3,141,136); }

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

<style>
 a { background-color: #038D88; }

 a { background-color: rgb(3,141,136); }

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

<style>
 span { border-color: #038D88; }

 span { border-color: rgb(3,141,136); }

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