Html Css Color HEX #2BBDBB Light Sea Green

📋 copy color: '#2BBDBB'

red 43 ◦ green 189 ◦ blue 187

#2BBDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #2BBDBB

Tints of Light Sea Green #2BBDBB

RGB

 RED value IS 43 (17.19% from 255) = 10.26%

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 10.26%
G = 45.11%
B = 44.63%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#2BBDBB (or 0x2BBDBB) is known color: Light Sea Green. HEX triplet: 2B, BD and BB. RGB value is (43,189,187). Sum of RGB (Red+Green+Blue) = 43+189+187=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #2BBDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDBB is #D44244. Grayscale: #909090. Windows color (decimal): -13910597 or 12303659. OLE color: 12303659.

HSL color Cylindrical-coordinate representation of color #2BBDBB: hue angle of 179.18º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBDBB is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 43 189 187 -
CMYK 0.77 0 0.01 0.26
HSL 179.18º 0.63% 0.45% -
HSV(B) 179.18º 0.77% 0.74% -
XYZ 28.16 40.5 53.35 -
YUV 145.12 151.63 55.16 -
System Red Green Blue C M Y K H S L
Decimal 43 189 187 0.77 0 0.01 0.26 179.18 0.63 0.45
Hex 2B BD BB 4D 0 1 1A B3 3F 2D
Octal 53 275 273 115 0 1 32 263 77 55
Binary 101011 10111101 10111011 1001101 0 1 11010 10110011 111111 101101

Color Harmonies of #2BBDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BBDBB

Black with #2BBDBB

Text Example


Text Example

White with #2BBDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BBDBB;
 }
 .AnyTagClassName
 {
   color: #2BBDBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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