Html Css Color HEX #07868D Dark Cyan

📋 copy color: '#07868D'

red 7 ◦ green 134 ◦ blue 141

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

Shades of Dark Cyan #07868D

Tints of Dark Cyan #07868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.52%

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

R = 2.48%
G = 47.52%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07868D (or 0x07868D) is known color: Dark Cyan. HEX triplet: 07, 86 and 8D. RGB value is (7,134,141). Sum of RGB (Red+Green+Blue) = 7+134+141=282 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.48% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #07868D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07868D is #F87972. Grayscale: #606060. Windows color (decimal): -16284019 or 9274887. OLE color: 9274887.

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

Color convert

RGB 7 134 141 -
CMYK 0.95 0.05 0 0.45
HSL 183.13º 0.91% 0.29% -
HSV(B) 183.13º 0.95% 0.55% -
XYZ 13.42 19.02 28.16 -
YUV 96.83 152.92 63.93 -
System Red Green Blue C M Y K H S L
Decimal 7 134 141 0.95 0.05 0 0.45 183.13 0.91 0.29
Hex 7 86 8D 5F 5 0 2D B7 5B 1D
Octal 7 206 215 137 5 0 55 267 133 35
Binary 111 10000110 10001101 1011111 101 0 101101 10110111 1011011 11101

Color Harmonies of #07868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07868D

Black with #07868D

Text Example


Text Example

White with #07868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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