Html Css Color HEX #158290 Dark Cyan

📋 copy color: '#158290'

red 21 ◦ green 130 ◦ blue 144

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

Shades of Dark Cyan #158290

Tints of Dark Cyan #158290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.07%

 BLUE value IS 144 (56.64% from 255) = 48.81%

R = 7.12%
G = 44.07%
B = 48.81%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158290 (or 0x158290) is known color: Dark Cyan. HEX triplet: 15, 82 and 90. RGB value is (21,130,144). Sum of RGB (Red+Green+Blue) = 21+130+144=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #158290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158290 is #EA7D6F. Grayscale: #626262. Windows color (decimal): -15367536 or 9470485. OLE color: 9470485.

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

Color convert

RGB 21 130 144 -
CMYK 0.85 0.10 0 0.44
HSL 186.83º 0.75% 0.32% -
HSV(B) 186.83º 0.85% 0.56% -
XYZ 13.33 18.14 29.18 -
YUV 99.01 153.39 72.36 -
System Red Green Blue C M Y K H S L
Decimal 21 130 144 0.85 0.10 0 0.44 186.83 0.75 0.32
Hex 15 82 90 55 A 0 2C BB 4B 20
Octal 25 202 220 125 12 0 54 273 113 40
Binary 10101 10000010 10010000 1010101 1010 0 101100 10111011 1001011 100000

Color Harmonies of #158290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158290

Black with #158290

Text Example


Text Example

White with #158290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158290; }

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

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

background-color css

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

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

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

border-color css

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

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

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