Html Css Color HEX #15848B Dark Cyan

📋 copy color: '#15848B'

red 21 ◦ green 132 ◦ blue 139

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

Shades of Dark Cyan #15848B

Tints of Dark Cyan #15848B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 7.19%
G = 45.21%
B = 47.6%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15848B (or 0x15848B) is known color: Dark Cyan. HEX triplet: 15, 84 and 8B. RGB value is (21,132,139). Sum of RGB (Red+Green+Blue) = 21+132+139=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #15848B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15848B is #EA7B74. Grayscale: #636363. Windows color (decimal): -15367029 or 9143317. OLE color: 9143317.

HSL color Cylindrical-coordinate representation of color #15848B: hue angle of 183.56º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15848B is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 132 139 -
CMYK 0.85 0.05 0 0.45
HSL 183.56º 0.74% 0.31% -
HSV(B) 183.56º 0.85% 0.55% -
XYZ 13.22 18.53 27.31 -
YUV 99.61 150.23 71.93 -
System Red Green Blue C M Y K H S L
Decimal 21 132 139 0.85 0.05 0 0.45 183.56 0.74 0.31
Hex 15 84 8B 55 5 0 2D B8 4A 1F
Octal 25 204 213 125 5 0 55 270 112 37
Binary 10101 10000100 10001011 1010101 101 0 101101 10111000 1001010 11111

Color Harmonies of #15848B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15848B

Black with #15848B

Text Example


Text Example

White with #15848B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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