Html Css Color HEX #138994 Dark Cyan

📋 copy color: '#138994'

red 19 ◦ green 137 ◦ blue 148

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

Shades of Dark Cyan #138994

Tints of Dark Cyan #138994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.07%

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 6.25%
G = 45.07%
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

#138994 (or 0x138994) is known color: Dark Cyan. HEX triplet: 13, 89 and 94. RGB value is (19,137,148). Sum of RGB (Red+Green+Blue) = 19+137+148=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #138994 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138994 is #EC766B. Grayscale: #666666. Windows color (decimal): -15496812 or 9734419. OLE color: 9734419.

HSL color Cylindrical-coordinate representation of color #138994: hue angle of 185.12º 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 #138994 is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 137 148 -
CMYK 0.87 0.07 0 0.42
HSL 185.12º 0.77% 0.33% -
HSV(B) 185.12º 0.87% 0.58% -
XYZ 14.56 20.17 31.14 -
YUV 102.97 153.41 68.11 -
System Red Green Blue C M Y K H S L
Decimal 19 137 148 0.87 0.07 0 0.42 185.12 0.77 0.33
Hex 13 89 94 57 7 0 2A B9 4D 21
Octal 23 211 224 127 7 0 52 271 115 41
Binary 10011 10001001 10010100 1010111 111 0 101010 10111001 1001101 100001

Color Harmonies of #138994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138994

Black with #138994

Text Example


Text Example

White with #138994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138994; }

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

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

background-color css

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

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

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

border-color css

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

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

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