Html Css Color HEX #138893 Dark Cyan

📋 copy color: '#138893'

red 19 ◦ green 136 ◦ blue 147

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

Shades of Dark Cyan #138893

Tints of Dark Cyan #138893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.68%

R = 6.29%
G = 45.03%
B = 48.68%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138893 (or 0x138893) is known color: Dark Cyan. HEX triplet: 13, 88 and 93. RGB value is (19,136,147). Sum of RGB (Red+Green+Blue) = 19+136+147=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 147 - color contains mainly: blue. Hex color #138893 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138893 is #EC776C. Grayscale: #666666. Windows color (decimal): -15497069 or 9668627. OLE color: 9668627.

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

Color convert

RGB 19 136 147 -
CMYK 0.87 0.07 0 0.42
HSL 185.16º 0.77% 0.33% -
HSV(B) 185.16º 0.87% 0.58% -
XYZ 14.34 19.85 30.68 -
YUV 102.27 153.24 68.61 -
System Red Green Blue C M Y K H S L
Decimal 19 136 147 0.87 0.07 0 0.42 185.16 0.77 0.33
Hex 13 88 93 57 7 0 2A B9 4D 21
Octal 23 210 223 127 7 0 52 271 115 41
Binary 10011 10001000 10010011 1010111 111 0 101010 10111001 1001101 100001

Color Harmonies of #138893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138893

Black with #138893

Text Example


Text Example

White with #138893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138893; }

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

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

background-color css

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

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

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

border-color css

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

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

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