Html Css Color HEX #15868F Dark Cyan

📋 copy color: '#15868F'

red 21 ◦ green 134 ◦ blue 143

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

Shades of Dark Cyan #15868F

Tints of Dark Cyan #15868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 47.99%

R = 7.05%
G = 44.97%
B = 47.99%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15868F (or 0x15868F) is known color: Dark Cyan. HEX triplet: 15, 86 and 8F. RGB value is (21,134,143). Sum of RGB (Red+Green+Blue) = 21+134+143=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #15868F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15868F is #EA7970. Grayscale: #656565. Windows color (decimal): -15366513 or 9405973. OLE color: 9405973.

HSL color Cylindrical-coordinate representation of color #15868F: hue angle of 184.43º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15868F is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 134 143 -
CMYK 0.85 0.06 0 0.44
HSL 184.43º 0.74% 0.32% -
HSV(B) 184.43º 0.85% 0.56% -
XYZ 13.79 19.19 28.96 -
YUV 101.24 151.56 70.77 -
System Red Green Blue C M Y K H S L
Decimal 21 134 143 0.85 0.06 0 0.44 184.43 0.74 0.32
Hex 15 86 8F 55 6 0 2C B8 4A 20
Octal 25 206 217 125 6 0 54 270 112 40
Binary 10101 10000110 10001111 1010101 110 0 101100 10111000 1001010 100000

Color Harmonies of #15868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15868F

Black with #15868F

Text Example


Text Example

White with #15868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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