Html Css Color HEX #138C84 Dark Cyan

📋 copy color: '#138C84'

red 19 ◦ green 140 ◦ blue 132

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

Shades of Dark Cyan #138C84

Tints of Dark Cyan #138C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 6.53%
G = 48.11%
B = 45.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#138C84 (or 0x138C84) is known color: Dark Cyan. HEX triplet: 13, 8C and 84. RGB value is (19,140,132). Sum of RGB (Red+Green+Blue) = 19+140+132=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 140 (55.08% from 255 or 48.11% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 140 - color contains mainly: green. Hex color #138C84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138C84 is #EC737B. Grayscale: #666666. Windows color (decimal): -15496060 or 8686611. OLE color: 8686611.

HSL color Cylindrical-coordinate representation of color #138C84: hue angle of 176.03º 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 #138C84 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 140 132 -
CMYK 0.86 0 0.06 0.45
HSL 176.03º 0.76% 0.31% -
HSV(B) 176.03º 0.86% 0.55% -
XYZ 13.81 20.56 25.07 -
YUV 102.91 144.41 68.15 -
System Red Green Blue C M Y K H S L
Decimal 19 140 132 0.86 0 0.06 0.45 176.03 0.76 0.31
Hex 13 8C 84 56 0 6 2D B0 4C 1F
Octal 23 214 204 126 0 6 55 260 114 37
Binary 10011 10001100 10000100 1010110 0 110 101101 10110000 1001100 11111

Color Harmonies of #138C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138C84

Black with #138C84

Text Example


Text Example

White with #138C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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