Html Css Color HEX #138993 Dark Cyan

📋 copy color: '#138993'

red 19 ◦ green 137 ◦ blue 147

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

Shades of Dark Cyan #138993

Tints of Dark Cyan #138993

RGB

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

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

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

R = 6.27%
G = 45.21%
B = 48.51%

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

#138993 (or 0x138993) is known color: Dark Cyan. HEX triplet: 13, 89 and 93. RGB value is (19,137,147). Sum of RGB (Red+Green+Blue) = 19+137+147=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 137 (53.91% from 255 or 45.21% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #138993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138993 is #EC766C. Grayscale: #666666. Windows color (decimal): -15496813 or 9668883. OLE color: 9668883.

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

Color convert

RGB 19 137 147 -
CMYK 0.87 0.07 0 0.42
HSL 184.69º 0.77% 0.33% -
HSV(B) 184.69º 0.87% 0.58% -
XYZ 14.48 20.14 30.73 -
YUV 102.86 152.91 68.19 -
System Red Green Blue C M Y K H S L
Decimal 19 137 147 0.87 0.07 0 0.42 184.69 0.77 0.33
Hex 13 89 93 57 7 0 2A B9 4D 21
Octal 23 211 223 127 7 0 52 271 115 41
Binary 10011 10001001 10010011 1010111 111 0 101010 10111001 1001101 100001

Color Harmonies of #138993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138993

Black with #138993

Text Example


Text Example

White with #138993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138993; }

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

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

background-color css

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

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

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

border-color css

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

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

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