#2DBAB8

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

Shades of Light Sea Green #2DBAB8

Tints of Light Sea Green #2DBAB8

Color information

#2DBAB8 (or 0x2DBAB8) is unknown color: approx Light Sea Green. HEX triplet: 2D, BA and B8. RGB value is (45,186,184). Sum of RGB (Red+Green+Blue) = 45+186+184=415 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.84% from 415); Green value is 186 (73.05% from 255 or 44.82% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 186 - color contains mainly: green. Hex color #2DBAB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBAB8 is #D24547. Grayscale: #8F8F8F. Windows color (decimal): -13780296 or 12106285. OLE color: 12106285.

HSL color Cylindrical-coordinate representation of color #2DBAB8: hue angle of 179.15º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBAB8 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB45186184-
CMYK0.7600.010.27
HSL179.15º61.04%45.29%-
HSV(B)179.15º75.81%72.94%-
XYZ27.2939.1451.46-
YUV143.61150.7957.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.84%
GREEN value IS 186 (73.05% from 255) = 44.82%
BLUE value IS 184 (72.27% from 255) = 44.34%
R=10.84%
G=44.82%
B=44.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451861840.7600.010.27179.1561.0445.29
Hex2DBAB84C011Bb33d2d
Octal5527227011401332637555
Binary10110110111010101110001001100011101110110011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,186,184); }

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

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

 a { background-color: rgb(45,186,184); }

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

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

 span { border-color: rgb(45,186,184); }

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