Html Css Color HEX #15868C Dark Cyan

📋 copy color: '#15868C'

red 21 ◦ green 134 ◦ blue 140

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

Shades of Dark Cyan #15868C

Tints of Dark Cyan #15868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.42%

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

R = 7.12%
G = 45.42%
B = 47.46%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15868C (or 0x15868C) is known color: Dark Cyan. HEX triplet: 15, 86 and 8C. RGB value is (21,134,140). Sum of RGB (Red+Green+Blue) = 21+134+140=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #15868C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15868C is #EA7973. Grayscale: #646464. Windows color (decimal): -15366516 or 9209365. OLE color: 9209365.

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

Color convert

RGB 21 134 140 -
CMYK 0.85 0.04 0 0.45
HSL 183.03º 0.74% 0.32% -
HSV(B) 183.03º 0.85% 0.55% -
XYZ 13.57 19.1 27.78 -
YUV 100.9 150.06 71.01 -
System Red Green Blue C M Y K H S L
Decimal 21 134 140 0.85 0.04 0 0.45 183.03 0.74 0.32
Hex 15 86 8C 55 4 0 2D B7 4A 20
Octal 25 206 214 125 4 0 55 267 112 40
Binary 10101 10000110 10001100 1010101 100 0 101101 10110111 1001010 100000

Color Harmonies of #15868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15868C

Black with #15868C

Text Example


Text Example

White with #15868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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