#2DABC4

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

Shades of Pelorous #2DABC4

Tints of Pelorous #2DABC4

Color information

#2DABC4 (or 0x2DABC4) is unknown color: approx Pelorous. HEX triplet: 2D, AB and C4. RGB value is (45,171,196). Sum of RGB (Red+Green+Blue) = 45+171+196=412 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.92% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #2DABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABC4 is #D2543B. Grayscale: #878787. Windows color (decimal): -13784124 or 12888877. OLE color: 12888877.

HSL color Cylindrical-coordinate representation of color #2DABC4: hue angle of 189.93º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DABC4 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB45171196-
CMYK0.770.1300.23
HSL189.93º62.66%47.25%-
HSV(B)189.93º77.04%76.86%-
XYZ25.6133.6757.37-
YUV136.18161.7662.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.92%
GREEN value IS 171 (67.19% from 255) = 41.50%
BLUE value IS 196 (76.95% from 255) = 47.57%
R=10.92%
G=41.50%
B=47.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal451711960.770.1300.23189.9362.6647.25
Hex2DABC44DD017be3f2f
Octal55253304115150272767757
Binary10110110101011110001001001101110101011110111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,171,196); }

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

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

 a { background-color: rgb(45,171,196); }

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

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

 span { border-color: rgb(45,171,196); }

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