#2DA5AE

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

Shades of Pelorous #2DA5AE

Tints of Pelorous #2DA5AE

Color information

#2DA5AE (or 0x2DA5AE) is unknown color: approx Pelorous. HEX triplet: 2D, A5 and AE. RGB value is (45,165,174). Sum of RGB (Red+Green+Blue) = 45+165+174=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #2DA5AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA5AE is #D25A51. Grayscale: #818181. Windows color (decimal): -13785682 or 11445549. OLE color: 11445549.

HSL color Cylindrical-coordinate representation of color #2DA5AE: hue angle of 184.19º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DA5AE is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB45165174-
CMYK0.740.0500.32
HSL184.19º58.9%42.94%-
HSV(B)184.19º74.14%68.24%-
XYZ22.1830.5244.77-
YUV130.15152.7467.27-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.72%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 174 (68.36% from 255) = 45.31%
R=11.72%
G=42.97%
B=45.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal451651740.740.0500.32184.1958.942.94
Hex2DA5AE4A5020b83b2b
Octal5524525611250402707353
Binary10110110100101101011101001010101010000010111000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DA5AE; }

 p { color: rgb(45,165,174); }

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

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

 a { background-color: rgb(45,165,174); }

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

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

 span { border-color: rgb(45,165,174); }

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