Html Css Color HEX #138090 Dark Cyan

📋 copy color: '#138090'

red 19 ◦ green 128 ◦ blue 144

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

Shades of Dark Cyan #138090

Tints of Dark Cyan #138090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.99%

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

R = 6.53%
G = 43.99%
B = 49.48%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#138090 (or 0x138090) is known color: Dark Cyan. HEX triplet: 13, 80 and 90. RGB value is (19,128,144). Sum of RGB (Red+Green+Blue) = 19+128+144=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #138090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138090 is #EC7F6F. Grayscale: #616161. Windows color (decimal): -15499120 or 9469971. OLE color: 9469971.

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

Color convert

RGB 19 128 144 -
CMYK 0.87 0.11 0 0.44
HSL 187.68º 0.77% 0.32% -
HSV(B) 187.68º 0.87% 0.56% -
XYZ 13.02 17.59 29.09 -
YUV 97.23 154.39 72.2 -
System Red Green Blue C M Y K H S L
Decimal 19 128 144 0.87 0.11 0 0.44 187.68 0.77 0.32
Hex 13 80 90 57 B 0 2C BC 4D 20
Octal 23 200 220 127 13 0 54 274 115 40
Binary 10011 10000000 10010000 1010111 1011 0 101100 10111100 1001101 100000

Color Harmonies of #138090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138090

Black with #138090

Text Example


Text Example

White with #138090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138090; }

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

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

background-color css

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

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

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

border-color css

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

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

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