#2BBDC6

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

Shades of Light Sea Green #2BBDC6

Tints of Light Sea Green #2BBDC6

Color information

#2BBDC6 (or 0x2BBDC6) is unknown color: approx Light Sea Green. HEX triplet: 2B, BD and C6. RGB value is (43,189,198). Sum of RGB (Red+Green+Blue) = 43+189+198=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #2BBDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDC6 is #D44239. Grayscale: #929292. Windows color (decimal): -13910586 or 13024555. OLE color: 13024555.

HSL color Cylindrical-coordinate representation of color #2BBDC6: hue angle of 183.48º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBDC6 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB43189198-
CMYK0.780.0500.22
HSL183.48º64.32%47.25%-
HSV(B)183.48º78.28%77.65%-
XYZ29.3940.9959.79-
YUV146.37157.1354.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10%
GREEN value IS 189 (74.22% from 255) = 43.95%
BLUE value IS 198 (77.73% from 255) = 46.05%
R=10%
G=43.95%
B=46.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal431891980.780.0500.22183.4864.3247.25
Hex2BBDC64E5016b7402f
Octal53275306116502626710057
Binary10101110111101110001101001110101010110101101111000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,189,198); }

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

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

 a { background-color: rgb(43,189,198); }

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

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

 span { border-color: rgb(43,189,198); }

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