Html Css Color HEX #159CAC Pelorous

📋 copy color: '#159CAC'

red 21 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #159CAC

Tints of Pelorous #159CAC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.7%

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 6.02%
G = 44.7%
B = 49.28%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#159CAC (or 0x159CAC) is known color: Pelorous. HEX triplet: 15, 9C and AC. RGB value is (21,156,172). Sum of RGB (Red+Green+Blue) = 21+156+172=349 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6.02% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #159CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159CAC is #EA6353. Grayscale: #757575. Windows color (decimal): -15360852 or 11312149. OLE color: 11312149.

HSL color Cylindrical-coordinate representation of color #159CAC: hue angle of 186.36º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #159CAC is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 21 156 172 -
CMYK 0.88 0.09 0 0.33
HSL 186.36º 0.78% 0.38% -
HSV(B) 186.36º 0.88% 0.67% -
XYZ 19.64 26.91 43.19 -
YUV 117.46 158.77 59.2 -
System Red Green Blue C M Y K H S L
Decimal 21 156 172 0.88 0.09 0 0.33 186.36 0.78 0.38
Hex 15 9C AC 58 9 0 21 BA 4E 26
Octal 25 234 254 130 11 0 41 272 116 46
Binary 10101 10011100 10101100 1011000 1001 0 100001 10111010 1001110 100110

Color Harmonies of #159CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CAC

Black with #159CAC

Text Example


Text Example

White with #159CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159CAC; }

 p { color: rgb(21,156,172); }

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

background-color css

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

 a { background-color: rgb(21,156,172); }

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

border-color css

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

 span { border-color: rgb(21,156,172); }

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