Html Css Color HEX #159CAA Pelorous

📋 copy color: '#159CAA'

red 21 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #159CAA

Tints of Pelorous #159CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.99%

R = 6.05%
G = 44.96%
B = 48.99%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#159CAA (or 0x159CAA) is known color: Pelorous. HEX triplet: 15, 9C and AA. RGB value is (21,156,170). Sum of RGB (Red+Green+Blue) = 21+156+170=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #159CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159CAA is #EA6355. Grayscale: #757575. Windows color (decimal): -15360854 or 11181077. OLE color: 11181077.

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

Color convert

RGB 21 156 170 -
CMYK 0.88 0.08 0 0.33
HSL 185.64º 0.78% 0.37% -
HSV(B) 185.64º 0.88% 0.67% -
XYZ 19.45 26.84 42.19 -
YUV 117.23 157.77 59.36 -
System Red Green Blue C M Y K H S L
Decimal 21 156 170 0.88 0.08 0 0.33 185.64 0.78 0.37
Hex 15 9C AA 58 8 0 21 BA 4E 25
Octal 25 234 252 130 10 0 41 272 116 45
Binary 10101 10011100 10101010 1011000 1000 0 100001 10111010 1001110 100101

Color Harmonies of #159CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159CAA

Black with #159CAA

Text Example


Text Example

White with #159CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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