Html Css Color HEX #138892 Dark Cyan

📋 copy color: '#138892'

red 19 ◦ green 136 ◦ blue 146

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

Shades of Dark Cyan #138892

Tints of Dark Cyan #138892

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.18%

 BLUE value IS 146 (57.42% from 255) = 48.5%

R = 6.31%
G = 45.18%
B = 48.5%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#138892 (or 0x138892) is known color: Dark Cyan. HEX triplet: 13, 88 and 92. RGB value is (19,136,146). Sum of RGB (Red+Green+Blue) = 19+136+146=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #138892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138892 is #EC776D. Grayscale: #666666. Windows color (decimal): -15497070 or 9603091. OLE color: 9603091.

HSL color Cylindrical-coordinate representation of color #138892: hue angle of 184.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138892 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 19 136 146 -
CMYK 0.87 0.07 0 0.43
HSL 184.72º 0.77% 0.32% -
HSV(B) 184.72º 0.87% 0.57% -
XYZ 14.26 19.82 30.27 -
YUV 102.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 19 136 146 0.87 0.07 0 0.43 184.72 0.77 0.32
Hex 13 88 92 57 7 0 2B B9 4D 20
Octal 23 210 222 127 7 0 53 271 115 40
Binary 10011 10001000 10010010 1010111 111 0 101011 10111001 1001101 100000

Color Harmonies of #138892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138892

Black with #138892

Text Example


Text Example

White with #138892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138892; }

 p { color: rgb(19,136,146); }

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

background-color css

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

 a { background-color: rgb(19,136,146); }

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

border-color css

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

 span { border-color: rgb(19,136,146); }

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