Html Css Color HEX #138190 Dark Cyan

📋 copy color: '#138190'

red 19 ◦ green 129 ◦ blue 144

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

Shades of Dark Cyan #138190

Tints of Dark Cyan #138190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.18%

 BLUE value IS 144 (56.64% from 255) = 49.32%

R = 6.51%
G = 44.18%
B = 49.32%

CMYK

 C value IS 0.87

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#138190 (or 0x138190) is known color: Dark Cyan. HEX triplet: 13, 81 and 90. RGB value is (19,129,144). Sum of RGB (Red+Green+Blue) = 19+129+144=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 129 (50.78% from 255 or 44.18% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #138190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138190 is #EC7E6F. Grayscale: #616161. Windows color (decimal): -15498864 or 9470227. OLE color: 9470227.

HSL color Cylindrical-coordinate representation of color #138190: hue angle of 187.2º degrees, saturation: 0.77, 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 #138190 is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 19 129 144 -
CMYK 0.87 0.10 0 0.44
HSL 187.2º 0.77% 0.32% -
HSV(B) 187.2º 0.87% 0.56% -
XYZ 13.15 17.85 29.14 -
YUV 97.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 19 129 144 0.87 0.10 0 0.44 187.2 0.77 0.32
Hex 13 81 90 57 A 0 2C BB 4D 20
Octal 23 201 220 127 12 0 54 273 115 40
Binary 10011 10000001 10010000 1010111 1010 0 101100 10111011 1001101 100000

Color Harmonies of #138190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138190

Black with #138190

Text Example


Text Example

White with #138190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138190; }

 p { color: rgb(19,129,144); }

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

background-color css

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

 a { background-color: rgb(19,129,144); }

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

border-color css

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

 span { border-color: rgb(19,129,144); }

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