Html Css Color HEX #15838F Dark Cyan

📋 copy color: '#15838F'

red 21 ◦ green 131 ◦ blue 143

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

Shades of Dark Cyan #15838F

Tints of Dark Cyan #15838F

RGB

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

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

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

R = 7.12%
G = 44.41%
B = 48.47%

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

#15838F (or 0x15838F) is known color: Dark Cyan. HEX triplet: 15, 83 and 8F. RGB value is (21,131,143). Sum of RGB (Red+Green+Blue) = 21+131+143=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #15838F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15838F is #EA7C70. Grayscale: #636363. Windows color (decimal): -15367281 or 9405205. OLE color: 9405205.

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

Color convert

RGB 21 131 143 -
CMYK 0.85 0.08 0 0.44
HSL 185.9º 0.74% 0.32% -
HSV(B) 185.9º 0.85% 0.56% -
XYZ 13.38 18.38 28.83 -
YUV 99.48 152.56 72.02 -
System Red Green Blue C M Y K H S L
Decimal 21 131 143 0.85 0.08 0 0.44 185.9 0.74 0.32
Hex 15 83 8F 55 8 0 2C BA 4A 20
Octal 25 203 217 125 10 0 54 272 112 40
Binary 10101 10000011 10001111 1010101 1000 0 101100 10111010 1001010 100000

Color Harmonies of #15838F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15838F

Black with #15838F

Text Example


Text Example

White with #15838F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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