Html Css Color HEX #29ADBA Light Sea Green

📋 copy color: '#29ADBA'

red 41 ◦ green 173 ◦ blue 186

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

Shades of Light Sea Green #29ADBA

Tints of Light Sea Green #29ADBA

RGB

 RED value IS 41 (16.41% from 255) = 10.25%

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 10.25%
G = 43.25%
B = 46.5%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29ADBA (or 0x29ADBA) is known color: Light Sea Green. HEX triplet: 29, AD and BA. RGB value is (41,173,186). Sum of RGB (Red+Green+Blue) = 41+173+186=400 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #29ADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ADBA is #D65245. Grayscale: #868686. Windows color (decimal): -14045766 or 12234025. OLE color: 12234025.

HSL color Cylindrical-coordinate representation of color #29ADBA: hue angle of 185.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29ADBA is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 173 186 -
CMYK 0.78 0.07 0 0.27
HSL 185.38º 0.64% 0.45% -
HSV(B) 185.38º 0.78% 0.73% -
XYZ 24.72 33.9 51.7 -
YUV 135.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 41 173 186 0.78 0.07 0 0.27 185.38 0.64 0.45
Hex 29 AD BA 4E 7 0 1B B9 40 2D
Octal 51 255 272 116 7 0 33 271 100 55
Binary 101001 10101101 10111010 1001110 111 0 11011 10111001 1000000 101101

Color Harmonies of #29ADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29ADBA

Black with #29ADBA

Text Example


Text Example

White with #29ADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29ADBA; }

 p { color: rgb(41,173,186); }

 H1.HeaderClassName
 {
   color: #29ADBA;
 }
 .AnyTagClassName
 {
   color: #29ADBA;
 }
</style>

background-color css

<style>
 a { background-color: #29ADBA; }

 a { background-color: rgb(41,173,186); }

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

border-color css

<style>
 span { border-color: #29ADBA; }

 span { border-color: rgb(41,173,186); }

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