#07838E

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

Shades of Dark Cyan #07838E

Tints of Dark Cyan #07838E

Color information

#07838E (or 0x07838E) is unknown color: approx Dark Cyan. HEX triplet: 07, 83 and 8E. RGB value is (7,131,142). Sum of RGB (Red+Green+Blue) = 7+131+142=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #07838E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07838E is #F87C71. Grayscale: #5F5F5F. Windows color (decimal): -16284786 or 9339655. OLE color: 9339655.

HSL color Cylindrical-coordinate representation of color #07838E: hue angle of 184.89º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07838E is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7131142-
CMYK0.950.0800.44
HSL184.89º90.6%29.22%-
HSV(B)184.89º95.07%55.69%-
XYZ13.0918.2328.42-
YUV95.18154.4265.11-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.5%
GREEN value IS 131 (51.56% from 255) = 46.79%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=2.5%
G=46.79%
B=50.71%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71311420.950.0800.44184.8990.629.22
Hex7838E5F802Cb95b1d
Octal72032161371005427113335
Binary111100000111000111010111111000010110010111001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07838E; }

 p { color: rgb(7,131,142); }

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

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

 a { background-color: rgb(7,131,142); }

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

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

 span { border-color: rgb(7,131,142); }

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