#07888B

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

Shades of Dark Cyan #07888B

Tints of Dark Cyan #07888B

Color information

#07888B (or 0x07888B) is unknown color: approx Dark Cyan. HEX triplet: 07, 88 and 8B. RGB value is (7,136,139). Sum of RGB (Red+Green+Blue) = 7+136+139=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #07888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07888B is #F87774. Grayscale: #616161. Windows color (decimal): -16283509 or 9144327. OLE color: 9144327.

HSL color Cylindrical-coordinate representation of color #07888B: hue angle of 181.36º degrees, saturation: 0.9, 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 #07888B is Cyan = 0.95, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7136139-
CMYK0.950.0200.45
HSL181.36º90.41%28.63%-
HSV(B)181.36º94.96%54.51%-
XYZ13.5519.5227.48-
YUV97.77151.2663.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.48%
GREEN value IS 136 (53.52% from 255) = 48.23%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=2.48%
G=48.23%
B=49.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71361390.950.0200.45181.3690.4128.63
Hex7888B5F202Db55a1d
Octal7210213137205526513235
Binary1111000100010001011101111110010110110110101101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,136,139); }

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

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

 a { background-color: rgb(7,136,139); }

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

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

 span { border-color: rgb(7,136,139); }

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