Html Css Color HEX #137F8E Dark Cyan

📋 copy color: '#137F8E'

red 19 ◦ green 127 ◦ blue 142

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

Shades of Dark Cyan #137F8E

Tints of Dark Cyan #137F8E

RGB

 RED value IS 19 (7.81% from 255) = 6.6%

 GREEN value IS 127 (50% from 255) = 44.1%

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

R = 6.6%
G = 44.1%
B = 49.31%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#137F8E (or 0x137F8E) is known color: Dark Cyan. HEX triplet: 13, 7F and 8E. RGB value is (19,127,142). Sum of RGB (Red+Green+Blue) = 19+127+142=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #137F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137F8E is #EC8071. Grayscale: #606060. Windows color (decimal): -15499378 or 9338643. OLE color: 9338643.

HSL color Cylindrical-coordinate representation of color #137F8E: hue angle of 187.32º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137F8E is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 127 142 -
CMYK 0.87 0.11 0 0.44
HSL 187.32º 0.76% 0.32% -
HSV(B) 187.32º 0.87% 0.56% -
XYZ 12.74 17.27 28.25 -
YUV 96.42 153.72 72.78 -
System Red Green Blue C M Y K H S L
Decimal 19 127 142 0.87 0.11 0 0.44 187.32 0.76 0.32
Hex 13 7F 8E 57 B 0 2C BB 4C 20
Octal 23 177 216 127 13 0 54 273 114 40
Binary 10011 1111111 10001110 1010111 1011 0 101100 10111011 1001100 100000

Color Harmonies of #137F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137F8E

Black with #137F8E

Text Example


Text Example

White with #137F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137F8E; }

 p { color: rgb(19,127,142); }

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

background-color css

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

 a { background-color: rgb(19,127,142); }

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

border-color css

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

 span { border-color: rgb(19,127,142); }

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