Html Css Color HEX #159085 Dark Cyan

📋 copy color: '#159085'

red 21 ◦ green 144 ◦ blue 133

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

Shades of Dark Cyan #159085

Tints of Dark Cyan #159085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.63%

R = 7.05%
G = 48.32%
B = 44.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#159085 (or 0x159085) is known color: Dark Cyan. HEX triplet: 15, 90 and 85. RGB value is (21,144,133). Sum of RGB (Red+Green+Blue) = 21+144+133=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #159085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159085 is #EA6F7A. Grayscale: #696969. Windows color (decimal): -15363963 or 8753173. OLE color: 8753173.

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

Color convert

RGB 21 144 133 -
CMYK 0.85 0 0.08 0.44
HSL 174.63º 0.75% 0.32% -
HSV(B) 174.63º 0.85% 0.56% -
XYZ 14.52 21.8 25.63 -
YUV 105.97 143.25 67.39 -
System Red Green Blue C M Y K H S L
Decimal 21 144 133 0.85 0 0.08 0.44 174.63 0.75 0.32
Hex 15 90 85 55 0 8 2C AF 4B 20
Octal 25 220 205 125 0 10 54 257 113 40
Binary 10101 10010000 10000101 1010101 0 1000 101100 10101111 1001011 100000

Color Harmonies of #159085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159085

Black with #159085

Text Example


Text Example

White with #159085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159085; }

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

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

background-color css

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

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

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

border-color css

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

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

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