#2da0aa

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

Shades of Pelorous #2DA0AA

Tints of Pelorous #2DA0AA

Color information

#2DA0AA (or 0x2DA0AA) is unknown color: approx Pelorous. HEX triplet: 2D, A0 and AA. RGB value is (45,160,170). Sum of RGB (Red+Green+Blue) = 45+160+170=375 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #2DA0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA0AA is #D25F55. Grayscale: #7E7E7E. Windows color (decimal): -13786966 or 11182125. OLE color: 11182125.

HSL color Cylindrical-coordinate representation of color #2DA0AA: hue angle of 184.8º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DA0AA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB45160170-
CMYK0.740.0600.33
HSL184.8º58.14%42.16%-
HSV(B)184.8º73.53%66.67%-
XYZ20.9128.642.45-
YUV126.75152.469.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=12%
G=42.67%
B=45.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451601700.740.0600.33184.858.1442.16
Hex2DA0AA4A6021b93a2a
Octal5524025211260412717252
Binary10110110100000101010101001010110010000110111001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2da0aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,160,170); }

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

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

 a { background-color: rgb(45,160,170); }

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

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

 span { border-color: rgb(45,160,170); }

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