#038C90

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

Shades of Dark Cyan #038C90

Tints of Dark Cyan #038C90

Color information

#038C90 (or 0x038C90) is unknown color: approx Dark Cyan. HEX triplet: 03, 8C and 90. RGB value is (3,140,144). Sum of RGB (Red+Green+Blue) = 3+140+144=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 140 (55.08% from 255 or 48.78% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #038C90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038C90 is #FC736F. Grayscale: #636363. Windows color (decimal): -16544624 or 9473027. OLE color: 9473027.

HSL color Cylindrical-coordinate representation of color #038C90: hue angle of 181.7º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038C90 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3140144-
CMYK0.980.0300.44
HSL181.7º95.92%28.82%-
HSV(B)181.7º97.92%56.47%-
XYZ14.4520.7929.64-
YUV99.49153.1159.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 140 (55.08% from 255) = 48.78%
BLUE value IS 144 (56.64% from 255) = 50.17%
R=1.05%
G=48.78%
B=50.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31401440.980.0300.44181.795.9228.82
Hex38C9062302Cb6601d
Octal3214220142305426614035
Binary111000110010010000110001011010110010110110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,140,144); }

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

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

 a { background-color: rgb(3,140,144); }

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

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

 span { border-color: rgb(3,140,144); }

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