Html Css Color HEX #15838C Dark Cyan

📋 copy color: '#15838C'

red 21 ◦ green 131 ◦ blue 140

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

Shades of Dark Cyan #15838C

Tints of Dark Cyan #15838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 7.19%
G = 44.86%
B = 47.95%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15838C (or 0x15838C) is known color: Dark Cyan. HEX triplet: 15, 83 and 8C. RGB value is (21,131,140). Sum of RGB (Red+Green+Blue) = 21+131+140=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #15838C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15838C is #EA7C73. Grayscale: #626262. Windows color (decimal): -15367284 or 9208597. OLE color: 9208597.

HSL color Cylindrical-coordinate representation of color #15838C: hue angle of 184.54º 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 #15838C is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 131 140 -
CMYK 0.85 0.06 0 0.45
HSL 184.54º 0.74% 0.32% -
HSV(B) 184.54º 0.85% 0.55% -
XYZ 13.16 18.29 27.65 -
YUV 99.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 21 131 140 0.85 0.06 0 0.45 184.54 0.74 0.32
Hex 15 83 8C 55 6 0 2D B9 4A 20
Octal 25 203 214 125 6 0 55 271 112 40
Binary 10101 10000011 10001100 1010101 110 0 101101 10111001 1001010 100000

Color Harmonies of #15838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15838C

Black with #15838C

Text Example


Text Example

White with #15838C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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