Html Css Color HEX #158790 Dark Cyan

📋 copy color: '#158790'

red 21 ◦ green 135 ◦ blue 144

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

Shades of Dark Cyan #158790

Tints of Dark Cyan #158790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45%

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

R = 7%
G = 45%
B = 48%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158790 (or 0x158790) is known color: Dark Cyan. HEX triplet: 15, 87 and 90. RGB value is (21,135,144). Sum of RGB (Red+Green+Blue) = 21+135+144=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #158790 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158790 is #EA786F. Grayscale: #656565. Windows color (decimal): -15366256 or 9471765. OLE color: 9471765.

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

Color convert

RGB 21 135 144 -
CMYK 0.85 0.06 0 0.44
HSL 184.39º 0.75% 0.32% -
HSV(B) 184.39º 0.85% 0.56% -
XYZ 14.01 19.5 29.41 -
YUV 101.94 151.73 70.27 -
System Red Green Blue C M Y K H S L
Decimal 21 135 144 0.85 0.06 0 0.44 184.39 0.75 0.32
Hex 15 87 90 55 6 0 2C B8 4B 20
Octal 25 207 220 125 6 0 54 270 113 40
Binary 10101 10000111 10010000 1010101 110 0 101100 10111000 1001011 100000

Color Harmonies of #158790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158790

Black with #158790

Text Example


Text Example

White with #158790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158790; }

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

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

background-color css

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

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

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

border-color css

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

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

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