#2DBEBB

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

Shades of Light Sea Green #2DBEBB

Tints of Light Sea Green #2DBEBB

Color information

#2DBEBB (or 0x2DBEBB) is unknown color: approx Light Sea Green. HEX triplet: 2D, BE and BB. RGB value is (45,190,187). Sum of RGB (Red+Green+Blue) = 45+190+187=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEBB is #D24144. Grayscale: #929292. Windows color (decimal): -13779269 or 12303917. OLE color: 12303917.

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

Color convert

RGB45190187-
CMYK0.7600.020.25
HSL178.76º61.7%46.08%-
HSV(B)178.76º76.32%74.51%-
XYZ28.4740.9753.42-
YUV146.3150.9655.74-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.66%
GREEN value IS 190 (74.61% from 255) = 45.02%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=10.66%
G=45.02%
B=44.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451901870.7600.020.25178.7661.746.08
Hex2DBEBB4C0219b33e2e
Octal5527627311402312637656
Binary101101101111101011101110011000101100110110011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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