Html Css Color HEX #2BADAE Light Sea Green

📋 copy color: '#2BADAE'

red 43 ◦ green 173 ◦ blue 174

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

Shades of Light Sea Green #2BADAE

Tints of Light Sea Green #2BADAE

RGB

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

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

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

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

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2BADAE: hue angle of 180.46º 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 #2BADAE is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

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

Color Harmonies of #2BADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BADAE

Black with #2BADAE

Text Example


Text Example

White with #2BADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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