Html Css Color HEX #158990 Dark Cyan

📋 copy color: '#158990'

red 21 ◦ green 137 ◦ blue 144

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

Shades of Dark Cyan #158990

Tints of Dark Cyan #158990

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

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

R = 6.95%
G = 45.36%
B = 47.68%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#158990 (or 0x158990) is known color: Dark Cyan. HEX triplet: 15, 89 and 90. RGB value is (21,137,144). Sum of RGB (Red+Green+Blue) = 21+137+144=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #158990 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158990 is #EA766F. Grayscale: #666666. Windows color (decimal): -15365744 or 9472277. OLE color: 9472277.

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

Color convert

RGB 21 137 144 -
CMYK 0.85 0.05 0 0.44
HSL 183.41º 0.75% 0.32% -
HSV(B) 183.41º 0.85% 0.56% -
XYZ 14.29 20.06 29.51 -
YUV 103.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 21 137 144 0.85 0.05 0 0.44 183.41 0.75 0.32
Hex 15 89 90 55 5 0 2C B7 4B 20
Octal 25 211 220 125 5 0 54 267 113 40
Binary 10101 10001001 10010000 1010101 101 0 101100 10110111 1001011 100000

Color Harmonies of #158990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158990

Black with #158990

Text Example


Text Example

White with #158990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158990; }

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

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

background-color css

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

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

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

border-color css

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

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

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