#138E83

Color #138E83 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #138E83

Tints of Dark Cyan #138E83

Color information

#138E83 (or 0x138E83) is unknown color: approx Dark Cyan. HEX triplet: 13, 8E and 83. RGB value is (19,142,131). Sum of RGB (Red+Green+Blue) = 19+142+131=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #138E83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138E83 is #EC717C. Grayscale: #676767. Windows color (decimal): -15495549 or 8621587. OLE color: 8621587.

HSL color Cylindrical-coordinate representation of color #138E83: hue angle of 174.63º 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 #138E83 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB19142131-
CMYK0.8700.080.44
HSL174.63º76.4%31.57%-
HSV(B)174.63º86.62%55.69%-
XYZ14.0421.1224.81-
YUV103.97143.2567.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=6.51%
G=48.63%
B=44.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191421310.8700.080.44174.6376.431.57
Hex138E8357082Caf4c20
Octal232162031270105425711440
Binary100111000111010000011101011101000101100101011111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #138E83;
 }
 .AnyTagClassName
 {
   color: #138E83;
 }
</style>
background-color css

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

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

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

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

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

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