Html Css Color HEX #2BAEAD Light Sea Green

📋 copy color: '#2BAEAD'

red 43 ◦ green 174 ◦ blue 173

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

Shades of Light Sea Green #2BAEAD

Tints of Light Sea Green #2BAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.62%

 BLUE value IS 173 (67.97% from 255) = 44.36%

R = 11.03%
G = 44.62%
B = 44.36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#2BAEAD (or 0x2BAEAD) is known color: Light Sea Green. HEX triplet: 2B, AE and AD. RGB value is (43,174,173). Sum of RGB (Red+Green+Blue) = 43+174+173=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #2BAEAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BAEAD is #D45152. Grayscale: #868686. Windows color (decimal): -13914451 or 11382315. OLE color: 11382315.

HSL color Cylindrical-coordinate representation of color #2BAEAD: hue angle of 179.54º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAEAD is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 174 173 -
CMYK 0.75 0 0.01 0.32
HSL 179.54º 0.6% 0.43% -
HSV(B) 179.54º 0.75% 0.68% -
XYZ 23.68 33.8 44.81 -
YUV 134.72 149.6 62.58 -
System Red Green Blue C M Y K H S L
Decimal 43 174 173 0.75 0 0.01 0.32 179.54 0.6 0.43
Hex 2B AE AD 4B 0 1 20 B4 3C 2B
Octal 53 256 255 113 0 1 40 264 74 53
Binary 101011 10101110 10101101 1001011 0 1 100000 10110100 111100 101011

Color Harmonies of #2BAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAEAD

Black with #2BAEAD

Text Example


Text Example

White with #2BAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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