#2DA4AD

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

Shades of Pelorous #2DA4AD

Tints of Pelorous #2DA4AD

Color information

#2DA4AD (or 0x2DA4AD) is unknown color: approx Pelorous. HEX triplet: 2D, A4 and AD. RGB value is (45,164,173). Sum of RGB (Red+Green+Blue) = 45+164+173=382 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.78% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #2DA4AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA4AD is #D25B52. Grayscale: #818181. Windows color (decimal): -13785939 or 11379757. OLE color: 11379757.

HSL color Cylindrical-coordinate representation of color #2DA4AD: hue angle of 184.22º 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 #2DA4AD is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB45164173-
CMYK0.740.0500.32
HSL184.22º58.72%42.75%-
HSV(B)184.22º73.99%67.84%-
XYZ21.930.1344.2-
YUV129.44152.5867.77-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.78%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 173 (67.97% from 255) = 45.29%
R=11.78%
G=42.93%
B=45.29%

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
Decimal451641730.740.0500.32184.2258.7242.75
Hex2DA4AD4A5020b83b2b
Octal5524425511250402707353
Binary10110110100100101011011001010101010000010111000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,164,173); }

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

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

 a { background-color: rgb(45,164,173); }

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

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

 span { border-color: rgb(45,164,173); }

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