Html Css Color HEX #138388 Dark Cyan

📋 copy color: '#138388'

red 19 ◦ green 131 ◦ blue 136

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

Shades of Dark Cyan #138388

Tints of Dark Cyan #138388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.8%

 BLUE value IS 136 (53.52% from 255) = 47.55%

R = 6.64%
G = 45.8%
B = 47.55%

CMYK

 C value IS 0.86

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#138388 (or 0x138388) is known color: Dark Cyan. HEX triplet: 13, 83 and 88. RGB value is (19,131,136). Sum of RGB (Red+Green+Blue) = 19+131+136=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #138388 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138388 is #EC7C77. Grayscale: #616161. Windows color (decimal): -15498360 or 8946451. OLE color: 8946451.

HSL color Cylindrical-coordinate representation of color #138388: hue angle of 182.56º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138388 is Cyan = 0.86, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 131 136 -
CMYK 0.86 0.04 0 0.47
HSL 182.56º 0.75% 0.3% -
HSV(B) 182.56º 0.86% 0.53% -
XYZ 12.83 18.15 26.12 -
YUV 98.08 149.39 71.59 -
System Red Green Blue C M Y K H S L
Decimal 19 131 136 0.86 0.04 0 0.47 182.56 0.75 0.3
Hex 13 83 88 56 4 0 2F B7 4B 1E
Octal 23 203 210 126 4 0 57 267 113 36
Binary 10011 10000011 10001000 1010110 100 0 101111 10110111 1001011 11110

Color Harmonies of #138388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138388

Black with #138388

Text Example


Text Example

White with #138388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138388; }

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

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

background-color css

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

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

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

border-color css

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

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

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