Html Css Color HEX #07858D Dark Cyan

📋 copy color: '#07858D'

red 7 ◦ green 133 ◦ blue 141

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

Shades of Dark Cyan #07858D

Tints of Dark Cyan #07858D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.18%

R = 2.49%
G = 47.33%
B = 50.18%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07858D (or 0x07858D) is known color: Dark Cyan. HEX triplet: 07, 85 and 8D. RGB value is (7,133,141). Sum of RGB (Red+Green+Blue) = 7+133+141=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #07858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07858D is #F87A72. Grayscale: #606060. Windows color (decimal): -16284275 or 9274631. OLE color: 9274631.

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

Color convert

RGB 7 133 141 -
CMYK 0.95 0.06 0 0.45
HSL 183.58º 0.91% 0.29% -
HSV(B) 183.58º 0.95% 0.55% -
XYZ 13.28 18.74 28.12 -
YUV 96.24 153.26 64.35 -
System Red Green Blue C M Y K H S L
Decimal 7 133 141 0.95 0.06 0 0.45 183.58 0.91 0.29
Hex 7 85 8D 5F 6 0 2D B8 5B 1D
Octal 7 205 215 137 6 0 55 270 133 35
Binary 111 10000101 10001101 1011111 110 0 101101 10111000 1011011 11101

Color Harmonies of #07858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07858D

Black with #07858D

Text Example


Text Example

White with #07858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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