#2BCABC

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

Shades of Light Sea Green #2BCABC

Tints of Light Sea Green #2BCABC

Color information

#2BCABC (or 0x2BCABC) is unknown color: approx Light Sea Green. HEX triplet: 2B, CA and BC. RGB value is (43,202,188). Sum of RGB (Red+Green+Blue) = 43+202+188=433 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.93% from 433); Green value is 202 (79.30% from 255 or 46.65% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 202 - color contains mainly: green. Hex color #2BCABC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCABC is #D43543. Grayscale: #989898. Windows color (decimal): -13907268 or 12372523. OLE color: 12372523.

HSL color Cylindrical-coordinate representation of color #2BCABC: hue angle of 174.72º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCABC is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB43202188-
CMYK0.7900.070.21
HSL174.72º64.9%48.04%-
HSV(B)174.72º78.71%79.22%-
XYZ31.1946.3954.89-
YUV152.86147.8249.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.93%
GREEN value IS 202 (79.30% from 255) = 46.65%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=9.93%
G=46.65%
B=43.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal432021880.7900.070.21174.7264.948.04
Hex2BCABC4F0715af4130
Octal53312274117072525710160
Binary10101111001010101111001001111011110101101011111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BCABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,202,188); }

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

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

 a { background-color: rgb(43,202,188); }

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

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

 span { border-color: rgb(43,202,188); }

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