Html Css Color HEX #07958E Dark Cyan

📋 copy color: '#07958E'

red 7 ◦ green 149 ◦ blue 142

#07958E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #07958E

Tints of Dark Cyan #07958E

RGB

 RED value IS 7 (3.13% from 255) = 2.35%

 GREEN value IS 149 (58.59% from 255) = 50%

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 2.35%
G = 50%
B = 47.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#07958E (or 0x07958E) is known color: Dark Cyan. HEX triplet: 07, 95 and 8E. RGB value is (7,149,142). Sum of RGB (Red+Green+Blue) = 7+149+142=298 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.35% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #07958E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07958E is #F86A71. Grayscale: #696969. Windows color (decimal): -16280178 or 9344263. OLE color: 9344263.

HSL color Cylindrical-coordinate representation of color #07958E: hue angle of 177.04º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07958E is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 7 149 142 -
CMYK 0.95 0 0.05 0.42
HSL 177.04º 0.91% 0.31% -
HSV(B) 177.04º 0.95% 0.58% -
XYZ 15.72 23.49 29.3 -
YUV 105.74 148.46 57.57 -
System Red Green Blue C M Y K H S L
Decimal 7 149 142 0.95 0 0.05 0.42 177.04 0.91 0.31
Hex 7 95 8E 5F 0 5 2A B1 5B 1F
Octal 7 225 216 137 0 5 52 261 133 37
Binary 111 10010101 10001110 1011111 0 101 101010 10110001 1011011 11111

Color Harmonies of #07958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07958E

Black with #07958E

Text Example


Text Example

White with #07958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07958E;
 }
 .AnyTagClassName
 {
   color: #07958E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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