#2DAEBE

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

Shades of Pelorous #2DAEBE

Tints of Pelorous #2DAEBE

Color information

#2DAEBE (or 0x2DAEBE) is unknown color: approx Pelorous. HEX triplet: 2D, AE and BE. RGB value is (45,174,190). Sum of RGB (Red+Green+Blue) = 45+174+190=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #2DAEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAEBE is #D25141. Grayscale: #898989. Windows color (decimal): -13783362 or 12496429. OLE color: 12496429.

HSL color Cylindrical-coordinate representation of color #2DAEBE: hue angle of 186.62º 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 #2DAEBE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB45174190-
CMYK0.760.0800.25
HSL186.62º61.7%46.08%-
HSV(B)186.62º76.32%74.51%-
XYZ25.5134.5554.04-
YUV137.25157.7662.2-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.00%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=11.00%
G=42.54%
B=46.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451741900.760.0800.25186.6261.746.08
Hex2DAEBE4C8019bb3e2e
Octal55256276114100312737656
Binary10110110101110101111101001100100001100110111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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