Html Css Color HEX #138889 Dark Cyan

📋 copy color: '#138889'

red 19 ◦ green 136 ◦ blue 137

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

Shades of Dark Cyan #138889

Tints of Dark Cyan #138889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 46.92%

R = 6.51%
G = 46.58%
B = 46.92%

CMYK

 C value IS 0.86

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#138889 (or 0x138889) is known color: Dark Cyan. HEX triplet: 13, 88 and 89. RGB value is (19,136,137). Sum of RGB (Red+Green+Blue) = 19+136+137=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #138889 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138889 is #EC7776. Grayscale: #656565. Windows color (decimal): -15497079 or 9013267. OLE color: 9013267.

HSL color Cylindrical-coordinate representation of color #138889: hue angle of 180.51º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138889 is Cyan = 0.86, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 136 137 -
CMYK 0.86 0.01 0 0.46
HSL 180.51º 0.76% 0.31% -
HSV(B) 180.51º 0.86% 0.54% -
XYZ 13.59 19.55 26.72 -
YUV 101.13 148.24 69.42 -
System Red Green Blue C M Y K H S L
Decimal 19 136 137 0.86 0.01 0 0.46 180.51 0.76 0.31
Hex 13 88 89 56 1 0 2E B5 4C 1F
Octal 23 210 211 126 1 0 56 265 114 37
Binary 10011 10001000 10001001 1010110 1 0 101110 10110101 1001100 11111

Color Harmonies of #138889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138889

Black with #138889

Text Example


Text Example

White with #138889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138889; }

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

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

background-color css

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

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

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

border-color css

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

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

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