#038784

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

Shades of Dark Cyan #038784

Tints of Dark Cyan #038784

Color information

#038784 (or 0x038784) is unknown color: approx Dark Cyan. HEX triplet: 03, 87 and 84. RGB value is (3,135,132). Sum of RGB (Red+Green+Blue) = 3+135+132=270 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.11% from 270); Green value is 135 (53.12% from 255 or 50% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 135 - color contains mainly: green. Hex color #038784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038784 is #FC787B. Grayscale: #5F5F5F. Windows color (decimal): -16545916 or 8685315. OLE color: 8685315.

HSL color Cylindrical-coordinate representation of color #038784: hue angle of 178.64º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038784 is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB3135132-
CMYK0.9800.020.47
HSL178.64º95.65%27.06%-
HSV(B)178.64º97.78%52.94%-
XYZ12.8719.0124.82-
YUV95.19148.7762.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.11%
GREEN value IS 135 (53.12% from 255) = 50%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=1.11%
G=50%
B=48.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31351320.9800.020.47178.6495.6527.06
Hex3878462022Fb3601b
Octal3207204142025726314033
Binary111000011110000100110001001010111110110011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038784; }

 p { color: rgb(3,135,132); }

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

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

 a { background-color: rgb(3,135,132); }

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

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

 span { border-color: rgb(3,135,132); }

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