#2BBEB8

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

Shades of Light Sea Green #2BBEB8

Tints of Light Sea Green #2BBEB8

Color information

#2BBEB8 (or 0x2BBEB8) is unknown color: approx Light Sea Green. HEX triplet: 2B, BE and B8. RGB value is (43,190,184). Sum of RGB (Red+Green+Blue) = 43+190+184=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #2BBEB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBEB8 is #D44147. Grayscale: #919191. Windows color (decimal): -13910344 or 12107307. OLE color: 12107307.

HSL color Cylindrical-coordinate representation of color #2BBEB8: hue angle of 177.55º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBEB8 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB43190184-
CMYK0.7700.030.25
HSL177.55º63.09%45.69%-
HSV(B)177.55º77.37%74.51%-
XYZ28.0640.851.74-
YUV145.36149.854.99-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.31%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=10.31%
G=45.56%
B=44.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal431901840.7700.030.25177.5563.0945.69
Hex2BBEB84D0319b23f2e
Octal5327627011503312627756
Binary101011101111101011100010011010111100110110010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,190,184); }

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

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

 a { background-color: rgb(43,190,184); }

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

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

 span { border-color: rgb(43,190,184); }

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