Html Css Color HEX #15848F Dark Cyan

📋 copy color: '#15848F'

red 21 ◦ green 132 ◦ blue 143

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

Shades of Dark Cyan #15848F

Tints of Dark Cyan #15848F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.59%

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

R = 7.09%
G = 44.59%
B = 48.31%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15848F (or 0x15848F) is known color: Dark Cyan. HEX triplet: 15, 84 and 8F. RGB value is (21,132,143). Sum of RGB (Red+Green+Blue) = 21+132+143=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #15848F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15848F is #EA7B70. Grayscale: #636363. Windows color (decimal): -15367025 or 9405461. OLE color: 9405461.

HSL color Cylindrical-coordinate representation of color #15848F: hue angle of 185.41º 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 #15848F is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 132 143 -
CMYK 0.85 0.08 0 0.44
HSL 185.41º 0.74% 0.32% -
HSV(B) 185.41º 0.85% 0.56% -
XYZ 13.52 18.65 28.87 -
YUV 100.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 21 132 143 0.85 0.08 0 0.44 185.41 0.74 0.32
Hex 15 84 8F 55 8 0 2C B9 4A 20
Octal 25 204 217 125 10 0 54 271 112 40
Binary 10101 10000100 10001111 1010101 1000 0 101100 10111001 1001010 100000

Color Harmonies of #15848F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15848F

Black with #15848F

Text Example


Text Example

White with #15848F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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