Html Css Color HEX #2BADB6 Light Sea Green

📋 copy color: '#2BADB6'

red 43 ◦ green 173 ◦ blue 182

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

Shades of Light Sea Green #2BADB6

Tints of Light Sea Green #2BADB6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 10.8%
G = 43.47%
B = 45.73%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2BADB6 (or 0x2BADB6) is known color: Light Sea Green. HEX triplet: 2B, AD and B6. RGB value is (43,173,182). Sum of RGB (Red+Green+Blue) = 43+173+182=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 182 - color contains mainly: blue. Hex color #2BADB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADB6 is #D45249. Grayscale: #868686. Windows color (decimal): -13914698 or 11971883. OLE color: 11971883.

HSL color Cylindrical-coordinate representation of color #2BADB6: hue angle of 183.88º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BADB6 is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 43 173 182 -
CMYK 0.76 0.05 0 0.29
HSL 183.88º 0.62% 0.44% -
HSV(B) 183.88º 0.76% 0.71% -
XYZ 24.38 33.78 49.49 -
YUV 135.16 154.43 62.27 -
System Red Green Blue C M Y K H S L
Decimal 43 173 182 0.76 0.05 0 0.29 183.88 0.62 0.44
Hex 2B AD B6 4C 5 0 1D B8 3E 2C
Octal 53 255 266 114 5 0 35 270 76 54
Binary 101011 10101101 10110110 1001100 101 0 11101 10111000 111110 101100

Color Harmonies of #2BADB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BADB6

Black with #2BADB6

Text Example


Text Example

White with #2BADB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,173,182); }

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

background-color css

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

 a { background-color: rgb(43,173,182); }

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

border-color css

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

 span { border-color: rgb(43,173,182); }

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