#2DABBD

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

Shades of Pelorous #2DABBD

Tints of Pelorous #2DABBD

Color information

#2DABBD (or 0x2DABBD) is unknown color: approx Pelorous. HEX triplet: 2D, AB and BD. RGB value is (45,171,189). Sum of RGB (Red+Green+Blue) = 45+171+189=405 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.11% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #2DABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABBD is #D25442. Grayscale: #878787. Windows color (decimal): -13784131 or 12430125. OLE color: 12430125.

HSL color Cylindrical-coordinate representation of color #2DABBD: hue angle of 187.5º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DABBD is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB45171189-
CMYK0.760.1000.26
HSL187.5º61.54%45.88%-
HSV(B)187.5º76.19%74.12%-
XYZ24.8333.3653.27-
YUV135.38158.2663.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.11%
GREEN value IS 171 (67.19% from 255) = 42.22%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=11.11%
G=42.22%
B=46.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451711890.760.1000.26187.561.5445.88
Hex2DABBD4CA01Abc3e2e
Octal55253275114120322747656
Binary10110110101011101111011001100101001101010111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DABBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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