Html Css Color HEX #138C87 Dark Cyan

📋 copy color: '#138C87'

red 19 ◦ green 140 ◦ blue 135

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

Shades of Dark Cyan #138C87

Tints of Dark Cyan #138C87

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.62%

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

R = 6.46%
G = 47.62%
B = 45.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#138C87 (or 0x138C87) is known color: Dark Cyan. HEX triplet: 13, 8C and 87. RGB value is (19,140,135). Sum of RGB (Red+Green+Blue) = 19+140+135=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 140 (55.08% from 255 or 47.62% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 140 - color contains mainly: green. Hex color #138C87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C87 is #EC7378. Grayscale: #676767. Windows color (decimal): -15496057 or 8883219. OLE color: 8883219.

HSL color Cylindrical-coordinate representation of color #138C87: hue angle of 177.52º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138C87 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 135 -
CMYK 0.86 0 0.04 0.45
HSL 177.52º 0.76% 0.31% -
HSV(B) 177.52º 0.86% 0.55% -
XYZ 14.02 20.64 26.17 -
YUV 103.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 19 140 135 0.86 0 0.04 0.45 177.52 0.76 0.31
Hex 13 8C 87 56 0 4 2D B2 4C 1F
Octal 23 214 207 126 0 4 55 262 114 37
Binary 10011 10001100 10000111 1010110 0 100 101101 10110010 1001100 11111

Color Harmonies of #138C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C87

Black with #138C87

Text Example


Text Example

White with #138C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138C87; }

 p { color: rgb(19,140,135); }

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

background-color css

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

 a { background-color: rgb(19,140,135); }

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

border-color css

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

 span { border-color: rgb(19,140,135); }

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