Html Css Color HEX #138784 Dark Cyan

📋 copy color: '#138784'

red 19 ◦ green 135 ◦ blue 132

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

Shades of Dark Cyan #138784

Tints of Dark Cyan #138784

RGB

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

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

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

R = 6.64%
G = 47.2%
B = 46.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#138784 (or 0x138784) is known color: Dark Cyan. HEX triplet: 13, 87 and 84. RGB value is (19,135,132). Sum of RGB (Red+Green+Blue) = 19+135+132=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #138784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138784 is #EC787B. Grayscale: #636363. Windows color (decimal): -15497340 or 8685331. OLE color: 8685331.

HSL color Cylindrical-coordinate representation of color #138784: hue angle of 178.45º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138784 is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 135 132 -
CMYK 0.86 0 0.02 0.47
HSL 178.45º 0.75% 0.3% -
HSV(B) 178.45º 0.86% 0.53% -
XYZ 13.1 19.13 24.83 -
YUV 99.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 19 135 132 0.86 0 0.02 0.47 178.45 0.75 0.3
Hex 13 87 84 56 0 2 2F B2 4B 1E
Octal 23 207 204 126 0 2 57 262 113 36
Binary 10011 10000111 10000100 1010110 0 10 101111 10110010 1001011 11110

Color Harmonies of #138784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138784

Black with #138784

Text Example


Text Example

White with #138784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138784; }

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

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

background-color css

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

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

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

border-color css

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

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

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