#149DA7

Color #149DA7 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #149DA7

Tints of Pelorous #149DA7

Color information

#149DA7 (or 0x149DA7) is unknown color: approx Pelorous. HEX triplet: 14, 9D and A7. RGB value is (20,157,167). Sum of RGB (Red+Green+Blue) = 20+157+167=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #149DA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149DA7 is #EB6258. Grayscale: #757575. Windows color (decimal): -15426137 or 10984724. OLE color: 10984724.

HSL color Cylindrical-coordinate representation of color #149DA7: hue angle of 184.08º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #149DA7 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20157167-
CMYK0.880.0600.35
HSL184.08º78.61%36.67%-
HSV(B)184.08º88.02%65.49%-
XYZ19.3227.0540.76-
YUV117.18156.1158.69-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.81%
GREEN value IS 157 (61.72% from 255) = 45.64%
BLUE value IS 167 (65.62% from 255) = 48.55%
R=5.81%
G=45.64%
B=48.55%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201571670.880.0600.35184.0878.6136.67
Hex149DA7586023b84f25
Octal24235247130604327011745
Binary10100100111011010011110110001100100011101110001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149DA7; }

 p { color: rgb(20,157,167); }

 H1.HeaderClassName
 {
   color: #149DA7;
 }
 .AnyTagClassName
 {
   color: #149DA7;
 }
</style>
background-color css

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

 a { background-color: rgb(20,157,167); }

 div.DivClassName
 {
   background-color: #149DA7;
 }
 .BgClassName
 {
   background-color: #149DA7;
 }
</style>
border-color css

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

 span { border-color: rgb(20,157,167); }

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