Html Css Color HEX #198786 Dark Cyan

📋 copy color: '#198786'

red 25 ◦ green 135 ◦ blue 134

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

Shades of Dark Cyan #198786

Tints of Dark Cyan #198786

RGB

 RED value IS 25 (10.16% from 255) = 8.5%

 GREEN value IS 135 (53.13% from 255) = 45.92%

 BLUE value IS 134 (52.73% from 255) = 45.58%

R = 8.5%
G = 45.92%
B = 45.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#198786 (or 0x198786) is known color: Dark Cyan. HEX triplet: 19, 87 and 86. RGB value is (25,135,134). Sum of RGB (Red+Green+Blue) = 25+135+134=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #198786 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198786 is #E67879. Grayscale: #656565. Windows color (decimal): -15104122 or 8816409. OLE color: 8816409.

HSL color Cylindrical-coordinate representation of color #198786: hue angle of 179.45º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198786 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 25 135 134 -
CMYK 0.81 0 0.01 0.47
HSL 179.45º 0.69% 0.31% -
HSV(B) 179.45º 0.81% 0.53% -
XYZ 13.37 19.26 25.57 -
YUV 102 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 25 135 134 0.81 0 0.01 0.47 179.45 0.69 0.31
Hex 19 87 86 51 0 1 2F B3 45 1F
Octal 31 207 206 121 0 1 57 263 105 37
Binary 11001 10000111 10000110 1010001 0 1 101111 10110011 1000101 11111

Color Harmonies of #198786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198786

Black with #198786

Text Example


Text Example

White with #198786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198786; }

 p { color: rgb(25,135,134); }

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

background-color css

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

 a { background-color: rgb(25,135,134); }

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

border-color css

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

 span { border-color: rgb(25,135,134); }

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