Html Css Color HEX #138A93 Dark Cyan

📋 copy color: '#138A93'

red 19 ◦ green 138 ◦ blue 147

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

Shades of Dark Cyan #138A93

Tints of Dark Cyan #138A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.39%

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

R = 6.25%
G = 45.39%
B = 48.36%

CMYK

 C value IS 0.87

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#138A93 (or 0x138A93) is known color: Dark Cyan. HEX triplet: 13, 8A and 93. RGB value is (19,138,147). Sum of RGB (Red+Green+Blue) = 19+138+147=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #138A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A93 is #EC756C. Grayscale: #676767. Windows color (decimal): -15496557 or 9669139. OLE color: 9669139.

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

Color convert

RGB 19 138 147 -
CMYK 0.87 0.06 0 0.42
HSL 184.22º 0.77% 0.33% -
HSV(B) 184.22º 0.87% 0.58% -
XYZ 14.62 20.42 30.77 -
YUV 103.45 152.58 67.77 -
System Red Green Blue C M Y K H S L
Decimal 19 138 147 0.87 0.06 0 0.42 184.22 0.77 0.33
Hex 13 8A 93 57 6 0 2A B8 4D 21
Octal 23 212 223 127 6 0 52 270 115 41
Binary 10011 10001010 10010011 1010111 110 0 101010 10111000 1001101 100001

Color Harmonies of #138A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A93

Black with #138A93

Text Example


Text Example

White with #138A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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