Html Css Color HEX #07818D Dark Cyan

📋 copy color: '#07818D'

red 7 ◦ green 129 ◦ blue 141

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

Shades of Dark Cyan #07818D

Tints of Dark Cyan #07818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 2.53%
G = 46.57%
B = 50.9%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07818D (or 0x07818D) is known color: Dark Cyan. HEX triplet: 07, 81 and 8D. RGB value is (7,129,141). Sum of RGB (Red+Green+Blue) = 7+129+141=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #07818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07818D is #F87E72. Grayscale: #5D5D5D. Windows color (decimal): -16285299 or 9273607. OLE color: 9273607.

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

Color convert

RGB 7 129 141 -
CMYK 0.95 0.09 0 0.45
HSL 185.37º 0.91% 0.29% -
HSV(B) 185.37º 0.95% 0.55% -
XYZ 12.75 17.67 27.94 -
YUV 93.89 154.58 66.02 -
System Red Green Blue C M Y K H S L
Decimal 7 129 141 0.95 0.09 0 0.45 185.37 0.91 0.29
Hex 7 81 8D 5F 9 0 2D B9 5B 1D
Octal 7 201 215 137 11 0 55 271 133 35
Binary 111 10000001 10001101 1011111 1001 0 101101 10111001 1011011 11101

Color Harmonies of #07818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07818D

Black with #07818D

Text Example


Text Example

White with #07818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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