Html Css Color HEX #039293 Dark Cyan

📋 copy color: '#039293'

red 3 ◦ green 146 ◦ blue 147

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

Shades of Dark Cyan #039293

Tints of Dark Cyan #039293

RGB

 RED value IS 3 (1.56% from 255) = 1.01%

 GREEN value IS 146 (57.42% from 255) = 49.32%

 BLUE value IS 147 (57.81% from 255) = 49.66%

R = 1.01%
G = 49.32%
B = 49.66%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#039293 (or 0x039293) is known color: Dark Cyan. HEX triplet: 03, 92 and 93. RGB value is (3,146,147). Sum of RGB (Red+Green+Blue) = 3+146+147=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #039293 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #039293 is #FC6D6C. Grayscale: #676767. Windows color (decimal): -16543085 or 9671171. OLE color: 9671171.

HSL color Cylindrical-coordinate representation of color #039293: hue angle of 180.42º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039293 is Cyan = 0.98, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 146 147 -
CMYK 0.98 0.01 0 0.42
HSL 180.42º 0.96% 0.29% -
HSV(B) 180.42º 0.98% 0.58% -
XYZ 15.58 22.68 31.16 -
YUV 103.36 152.62 56.42 -
System Red Green Blue C M Y K H S L
Decimal 3 146 147 0.98 0.01 0 0.42 180.42 0.96 0.29
Hex 3 92 93 62 1 0 2A B4 60 1D
Octal 3 222 223 142 1 0 52 264 140 35
Binary 11 10010010 10010011 1100010 1 0 101010 10110100 1100000 11101

Color Harmonies of #039293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039293

Black with #039293

Text Example


Text Example

White with #039293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039293; }

 p { color: rgb(3,146,147); }

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

background-color css

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

 a { background-color: rgb(3,146,147); }

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

border-color css

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

 span { border-color: rgb(3,146,147); }

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