#03828B

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

Shades of Dark Cyan #03828B

Tints of Dark Cyan #03828B

Color information

#03828B (or 0x03828B) is unknown color: approx Dark Cyan. HEX triplet: 03, 82 and 8B. RGB value is (3,130,139). Sum of RGB (Red+Green+Blue) = 3+130+139=272 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.10% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #03828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03828B is #FC7D74. Grayscale: #5C5C5C. Windows color (decimal): -16547189 or 9142787. OLE color: 9142787.

HSL color Cylindrical-coordinate representation of color #03828B: hue angle of 183.97º 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 #03828B is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3130139-
CMYK0.980.0600.45
HSL183.97º95.77%27.84%-
HSV(B)183.97º97.84%54.51%-
XYZ12.6817.8527.2-
YUV93.05153.9263.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.10%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=1.10%
G=47.79%
B=51.10%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31301390.980.0600.45183.9795.7727.84
Hex3828B62602Db8601c
Octal3202213142605527014034
Binary1110000010100010111100010110010110110111000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03828B; }

 p { color: rgb(3,130,139); }

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

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

 a { background-color: rgb(3,130,139); }

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

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

 span { border-color: rgb(3,130,139); }

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