Html Css Color HEX #138983 Dark Cyan

📋 copy color: '#138983'

red 19 ◦ green 137 ◦ blue 131

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

Shades of Dark Cyan #138983

Tints of Dark Cyan #138983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.64%

R = 6.62%
G = 47.74%
B = 45.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#138983 (or 0x138983) is known color: Dark Cyan. HEX triplet: 13, 89 and 83. RGB value is (19,137,131). Sum of RGB (Red+Green+Blue) = 19+137+131=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #138983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138983 is #EC767C. Grayscale: #646464. Windows color (decimal): -15496829 or 8620307. OLE color: 8620307.

HSL color Cylindrical-coordinate representation of color #138983: hue angle of 176.95º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138983 is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 131 -
CMYK 0.86 0 0.04 0.46
HSL 176.95º 0.76% 0.31% -
HSV(B) 176.95º 0.86% 0.54% -
XYZ 13.31 19.67 24.57 -
YUV 101.03 144.91 69.49 -
System Red Green Blue C M Y K H S L
Decimal 19 137 131 0.86 0 0.04 0.46 176.95 0.76 0.31
Hex 13 89 83 56 0 4 2E B1 4C 1F
Octal 23 211 203 126 0 4 56 261 114 37
Binary 10011 10001001 10000011 1010110 0 100 101110 10110001 1001100 11111

Color Harmonies of #138983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138983

Black with #138983

Text Example


Text Example

White with #138983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138983; }

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

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

background-color css

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

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

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

border-color css

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

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

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