Html Css Color HEX #2BADB9 Light Sea Green

📋 copy color: '#2BADB9'

red 43 ◦ green 173 ◦ blue 185

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

Shades of Light Sea Green #2BADB9

Tints of Light Sea Green #2BADB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.13%

R = 10.72%
G = 43.14%
B = 46.13%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2BADB9 (or 0x2BADB9) is known color: Light Sea Green. HEX triplet: 2B, AD and B9. RGB value is (43,173,185). Sum of RGB (Red+Green+Blue) = 43+173+185=401 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.72% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 185 (72.66% from 255 or 46.13% from 401); Max value from RGB is 185 - color contains mainly: blue. Hex color #2BADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADB9 is #D45246. Grayscale: #878787. Windows color (decimal): -13914695 or 12168491. OLE color: 12168491.

HSL color Cylindrical-coordinate representation of color #2BADB9: hue angle of 185.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BADB9 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 43 173 185 -
CMYK 0.77 0.06 0 0.27
HSL 185.07º 0.62% 0.45% -
HSV(B) 185.07º 0.77% 0.73% -
XYZ 24.7 33.9 51.14 -
YUV 135.5 155.93 62.02 -
System Red Green Blue C M Y K H S L
Decimal 43 173 185 0.77 0.06 0 0.27 185.07 0.62 0.45
Hex 2B AD B9 4D 6 0 1B B9 3E 2D
Octal 53 255 271 115 6 0 33 271 76 55
Binary 101011 10101101 10111001 1001101 110 0 11011 10111001 111110 101101

Color Harmonies of #2BADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BADB9

Black with #2BADB9

Text Example


Text Example

White with #2BADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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