#07908B

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

Shades of Dark Cyan #07908B

Tints of Dark Cyan #07908B

Color information

#07908B (or 0x07908B) is unknown color: approx Dark Cyan. HEX triplet: 07, 90 and 8B. RGB value is (7,144,139). Sum of RGB (Red+Green+Blue) = 7+144+139=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #07908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07908B is #F86F74. Grayscale: #666666. Windows color (decimal): -16281461 or 9146375. OLE color: 9146375.

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

Color convert

RGB7144139-
CMYK0.9500.030.44
HSL177.81º90.73%29.61%-
HSV(B)177.81º95.14%56.47%-
XYZ14.7221.8627.87-
YUV102.47148.6159.91-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.41%
GREEN value IS 144 (56.64% from 255) = 49.66%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=2.41%
G=49.66%
B=47.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71441390.9500.030.44177.8190.7329.61
Hex7908B5F032Cb25b1e
Octal7220213137035426213336
Binary1111001000010001011101111101110110010110010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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