Html Css Color HEX #138B87 Dark Cyan

📋 copy color: '#138B87'

red 19 ◦ green 139 ◦ blue 135

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

Shades of Dark Cyan #138B87

Tints of Dark Cyan #138B87

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.44%

 BLUE value IS 135 (53.13% from 255) = 46.08%

R = 6.48%
G = 47.44%
B = 46.08%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#138B87 (or 0x138B87) is known color: Dark Cyan. HEX triplet: 13, 8B and 87. RGB value is (19,139,135). Sum of RGB (Red+Green+Blue) = 19+139+135=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #138B87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138B87 is #EC7478. Grayscale: #666666. Windows color (decimal): -15496313 or 8882963. OLE color: 8882963.

HSL color Cylindrical-coordinate representation of color #138B87: hue angle of 178º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #138B87 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 139 135 -
CMYK 0.86 0 0.03 0.45
HSL 178º 0.76% 0.31% -
HSV(B) 178º 0.86% 0.55% -
XYZ 13.87 20.35 26.12 -
YUV 102.66 146.24 68.33 -
System Red Green Blue C M Y K H S L
Decimal 19 139 135 0.86 0 0.03 0.45 178 0.76 0.31
Hex 13 8B 87 56 0 3 2D B2 4C 1F
Octal 23 213 207 126 0 3 55 262 114 37
Binary 10011 10001011 10000111 1010110 0 11 101101 10110010 1001100 11111

Color Harmonies of #138B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138B87

Black with #138B87

Text Example


Text Example

White with #138B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,139,135); }

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

background-color css

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

 a { background-color: rgb(19,139,135); }

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

border-color css

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

 span { border-color: rgb(19,139,135); }

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