#07848D

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

Shades of Dark Cyan #07848D

Tints of Dark Cyan #07848D

Color information

#07848D (or 0x07848D) is unknown color: approx Dark Cyan. HEX triplet: 07, 84 and 8D. RGB value is (7,132,141). Sum of RGB (Red+Green+Blue) = 7+132+141=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #07848D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07848D is #F87B72. Grayscale: #5F5F5F. Windows color (decimal): -16284531 or 9274375. OLE color: 9274375.

HSL color Cylindrical-coordinate representation of color #07848D: hue angle of 184.03º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07848D is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7132141-
CMYK0.950.0600.45
HSL184.03º90.54%29.02%-
HSV(B)184.03º95.04%55.29%-
XYZ13.1518.4728.07-
YUV95.65153.5964.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=2.5%
G=47.14%
B=50.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71321410.950.0600.45184.0390.5429.02
Hex7848D5F602Db85b1d
Octal7204215137605527013335
Binary11110000100100011011011111110010110110111000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07848D; }

 p { color: rgb(7,132,141); }

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

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

 a { background-color: rgb(7,132,141); }

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

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

 span { border-color: rgb(7,132,141); }

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