Html Css Color HEX #138884 Dark Cyan

📋 copy color: '#138884'

red 19 ◦ green 136 ◦ blue 132

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

Shades of Dark Cyan #138884

Tints of Dark Cyan #138884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.39%

 BLUE value IS 132 (51.95% from 255) = 45.99%

R = 6.62%
G = 47.39%
B = 45.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#138884 (or 0x138884) is known color: Dark Cyan. HEX triplet: 13, 88 and 84. RGB value is (19,136,132). Sum of RGB (Red+Green+Blue) = 19+136+132=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #138884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138884 is #EC777B. Grayscale: #646464. Windows color (decimal): -15497084 or 8685587. OLE color: 8685587.

HSL color Cylindrical-coordinate representation of color #138884: hue angle of 177.95º 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 #138884 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 19 136 132 -
CMYK 0.86 0 0.03 0.47
HSL 177.95º 0.75% 0.3% -
HSV(B) 177.95º 0.86% 0.53% -
XYZ 13.24 19.41 24.88 -
YUV 100.56 145.74 69.83 -
System Red Green Blue C M Y K H S L
Decimal 19 136 132 0.86 0 0.03 0.47 177.95 0.75 0.3
Hex 13 88 84 56 0 3 2F B2 4B 1E
Octal 23 210 204 126 0 3 57 262 113 36
Binary 10011 10001000 10000100 1010110 0 11 101111 10110010 1001011 11110

Color Harmonies of #138884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138884

Black with #138884

Text Example


Text Example

White with #138884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138884; }

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

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

background-color css

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

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

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

border-color css

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

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

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