Html Css Color HEX #15908A Dark Cyan

📋 copy color: '#15908A'

red 21 ◦ green 144 ◦ blue 138

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

Shades of Dark Cyan #15908A

Tints of Dark Cyan #15908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.52%

 BLUE value IS 138 (54.3% from 255) = 45.54%

R = 6.93%
G = 47.52%
B = 45.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#15908A (or 0x15908A) is known color: Dark Cyan. HEX triplet: 15, 90 and 8A. RGB value is (21,144,138). Sum of RGB (Red+Green+Blue) = 21+144+138=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 138 (54.30% from 255 or 45.54% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #15908A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15908A is #EA6F75. Grayscale: #6A6A6A. Windows color (decimal): -15363958 or 9080853. OLE color: 9080853.

HSL color Cylindrical-coordinate representation of color #15908A: hue angle of 177.07º degrees, saturation: 0.75, 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 #15908A is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 21 144 138 -
CMYK 0.85 0 0.04 0.44
HSL 177.07º 0.75% 0.32% -
HSV(B) 177.07º 0.85% 0.56% -
XYZ 14.87 21.94 27.5 -
YUV 106.54 145.75 66.99 -
System Red Green Blue C M Y K H S L
Decimal 21 144 138 0.85 0 0.04 0.44 177.07 0.75 0.32
Hex 15 90 8A 55 0 4 2C B1 4B 20
Octal 25 220 212 125 0 4 54 261 113 40
Binary 10101 10010000 10001010 1010101 0 100 101100 10110001 1001011 100000

Color Harmonies of #15908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15908A

Black with #15908A

Text Example


Text Example

White with #15908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15908A; }

 p { color: rgb(21,144,138); }

 H1.HeaderClassName
 {
   color: #15908A;
 }
 .AnyTagClassName
 {
   color: #15908A;
 }
</style>

background-color css

<style>
 a { background-color: #15908A; }

 a { background-color: rgb(21,144,138); }

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

border-color css

<style>
 span { border-color: #15908A; }

 span { border-color: rgb(21,144,138); }

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