Html Css Color HEX #29BDBB Light Sea Green

📋 copy color: '#29BDBB'

red 41 ◦ green 189 ◦ blue 187

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

Shades of Light Sea Green #29BDBB

Tints of Light Sea Green #29BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 9.83%
G = 45.32%
B = 44.84%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#29BDBB (or 0x29BDBB) is known color: Light Sea Green. HEX triplet: 29, BD and BB. RGB value is (41,189,187). Sum of RGB (Red+Green+Blue) = 41+189+187=417 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.83% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 189 - color contains mainly: green. Hex color #29BDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BDBB is #D64244. Grayscale: #909090. Windows color (decimal): -14041669 or 12303657. OLE color: 12303657.

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

Color convert

RGB 41 189 187 -
CMYK 0.78 0 0.01 0.26
HSL 179.19º 0.64% 0.45% -
HSV(B) 179.19º 0.78% 0.74% -
XYZ 28.08 40.45 53.34 -
YUV 144.52 151.97 54.16 -
System Red Green Blue C M Y K H S L
Decimal 41 189 187 0.78 0 0.01 0.26 179.19 0.64 0.45
Hex 29 BD BB 4E 0 1 1A B3 40 2D
Octal 51 275 273 116 0 1 32 263 100 55
Binary 101001 10111101 10111011 1001110 0 1 11010 10110011 1000000 101101

Color Harmonies of #29BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDBB

Black with #29BDBB

Text Example


Text Example

White with #29BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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