Html Css Color HEX #07858E Dark Cyan

📋 copy color: '#07858E'

red 7 ◦ green 133 ◦ blue 142

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

Shades of Dark Cyan #07858E

Tints of Dark Cyan #07858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.16%

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

R = 2.48%
G = 47.16%
B = 50.35%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07858E (or 0x07858E) is known color: Dark Cyan. HEX triplet: 07, 85 and 8E. RGB value is (7,133,142). Sum of RGB (Red+Green+Blue) = 7+133+142=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #07858E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07858E is #F87A71. Grayscale: #606060. Windows color (decimal): -16284274 or 9340167. OLE color: 9340167.

HSL color Cylindrical-coordinate representation of color #07858E: hue angle of 184º 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 #07858E is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 133 142 -
CMYK 0.95 0.06 0 0.44
HSL 184º 0.91% 0.29% -
HSV(B) 184º 0.95% 0.56% -
XYZ 13.36 18.77 28.51 -
YUV 96.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 7 133 142 0.95 0.06 0 0.44 184 0.91 0.29
Hex 7 85 8E 5F 6 0 2C B8 5B 1D
Octal 7 205 216 137 6 0 54 270 133 35
Binary 111 10000101 10001110 1011111 110 0 101100 10111000 1011011 11101

Color Harmonies of #07858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07858E

Black with #07858E

Text Example


Text Example

White with #07858E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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