#2DBEBC

Color #2DBEBC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2DBEBC

Tints of Light Sea Green #2DBEBC

Color information

#2DBEBC (or 0x2DBEBC) is unknown color: approx Light Sea Green. HEX triplet: 2D, BE and BC. RGB value is (45,190,188). Sum of RGB (Red+Green+Blue) = 45+190+188=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEBC is #D24143. Grayscale: #929292. Windows color (decimal): -13779268 or 12369453. OLE color: 12369453.

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

Color convert

RGB45190188-
CMYK0.7600.010.25
HSL179.17º61.7%46.08%-
HSV(B)179.17º76.32%74.51%-
XYZ28.5741.0253.99-
YUV146.42151.4655.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.64%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=10.64%
G=44.92%
B=44.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451901880.7600.010.25179.1761.746.08
Hex2DBEBC4C0119b33e2e
Octal5527627411401312637656
Binary10110110111110101111001001100011100110110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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