#2DABBE

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

Shades of Pelorous #2DABBE

Tints of Pelorous #2DABBE

Color information

#2DABBE (or 0x2DABBE) is unknown color: approx Pelorous. HEX triplet: 2D, AB and BE. RGB value is (45,171,190). Sum of RGB (Red+Green+Blue) = 45+171+190=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #2DABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABBE is #D25441. Grayscale: #878787. Windows color (decimal): -13784130 or 12495661. OLE color: 12495661.

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

Color convert

RGB45171190-
CMYK0.760.1000.25
HSL187.86º61.7%46.08%-
HSV(B)187.86º76.32%74.51%-
XYZ24.9433.453.85-
YUV135.49158.7663.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.08%
GREEN value IS 171 (67.19% from 255) = 42.12%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=11.08%
G=42.12%
B=46.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451711900.760.1000.25187.8661.746.08
Hex2DABBE4CA019bc3e2e
Octal55253276114120312747656
Binary10110110101011101111101001100101001100110111100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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