Html Css Color HEX #15838D Dark Cyan

📋 copy color: '#15838D'

red 21 ◦ green 131 ◦ blue 141

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

Shades of Dark Cyan #15838D

Tints of Dark Cyan #15838D

RGB

 RED value IS 21 (8.59% from 255) = 7.17%

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

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 7.17%
G = 44.71%
B = 48.12%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15838D (or 0x15838D) is known color: Dark Cyan. HEX triplet: 15, 83 and 8D. RGB value is (21,131,141). Sum of RGB (Red+Green+Blue) = 21+131+141=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #15838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15838D is #EA7C72. Grayscale: #636363. Windows color (decimal): -15367283 or 9274133. OLE color: 9274133.

HSL color Cylindrical-coordinate representation of color #15838D: hue angle of 185º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15838D is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 131 141 -
CMYK 0.85 0.07 0 0.45
HSL 185º 0.74% 0.32% -
HSV(B) 185º 0.85% 0.55% -
XYZ 13.23 18.32 28.04 -
YUV 99.25 151.56 72.19 -
System Red Green Blue C M Y K H S L
Decimal 21 131 141 0.85 0.07 0 0.45 185 0.74 0.32
Hex 15 83 8D 55 7 0 2D B9 4A 20
Octal 25 203 215 125 7 0 55 271 112 40
Binary 10101 10000011 10001101 1010101 111 0 101101 10111001 1001010 100000

Color Harmonies of #15838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15838D

Black with #15838D

Text Example


Text Example

White with #15838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15838D; }

 p { color: rgb(21,131,141); }

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

background-color css

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

 a { background-color: rgb(21,131,141); }

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

border-color css

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

 span { border-color: rgb(21,131,141); }

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