Html Css Color HEX #29BABB Light Sea Green

📋 copy color: '#29BABB'

red 41 ◦ green 186 ◦ blue 187

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

Shades of Light Sea Green #29BABB

Tints of Light Sea Green #29BABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 9.9%
G = 44.93%
B = 45.17%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29BABB (or 0x29BABB) is known color: Light Sea Green. HEX triplet: 29, BA and BB. RGB value is (41,186,187). Sum of RGB (Red+Green+Blue) = 41+186+187=414 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.90% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #29BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BABB is #D64544. Grayscale: #8E8E8E. Windows color (decimal): -14042437 or 12302889. OLE color: 12302889.

HSL color Cylindrical-coordinate representation of color #29BABB: hue angle of 180.41º 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 #29BABB is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 41 186 187 -
CMYK 0.78 0.01 0 0.27
HSL 180.41º 0.64% 0.45% -
HSV(B) 180.41º 0.78% 0.73% -
XYZ 27.44 39.18 53.13 -
YUV 142.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 41 186 187 0.78 0.01 0 0.27 180.41 0.64 0.45
Hex 29 BA BB 4E 1 0 1B B4 40 2D
Octal 51 272 273 116 1 0 33 264 100 55
Binary 101001 10111010 10111011 1001110 1 0 11011 10110100 1000000 101101

Color Harmonies of #29BABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BABB

Black with #29BABB

Text Example


Text Example

White with #29BABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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