Html Css Color HEX #138990 Dark Cyan

📋 copy color: '#138990'

red 19 ◦ green 137 ◦ blue 144

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

Shades of Dark Cyan #138990

Tints of Dark Cyan #138990

RGB

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

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

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

R = 6.33%
G = 45.67%
B = 48%

CMYK

 C value IS 0.87

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#138990 (or 0x138990) is known color: Dark Cyan. HEX triplet: 13, 89 and 90. RGB value is (19,137,144). Sum of RGB (Red+Green+Blue) = 19+137+144=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #138990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138990 is #EC766F. Grayscale: #666666. Windows color (decimal): -15496816 or 9472275. OLE color: 9472275.

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

Color convert

RGB 19 137 144 -
CMYK 0.87 0.05 0 0.44
HSL 183.36º 0.77% 0.32% -
HSV(B) 183.36º 0.87% 0.56% -
XYZ 14.25 20.04 29.5 -
YUV 102.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 19 137 144 0.87 0.05 0 0.44 183.36 0.77 0.32
Hex 13 89 90 57 5 0 2C B7 4D 20
Octal 23 211 220 127 5 0 54 267 115 40
Binary 10011 10001001 10010000 1010111 101 0 101100 10110111 1001101 100000

Color Harmonies of #138990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138990

Black with #138990

Text Example


Text Example

White with #138990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138990; }

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

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

background-color css

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

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

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

border-color css

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

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

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