Html Css Color HEX #29BBBB Light Sea Green

📋 copy color: '#29BBBB'

red 41 ◦ green 187 ◦ blue 187

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

Shades of Light Sea Green #29BBBB

Tints of Light Sea Green #29BBBB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.06%

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

R = 9.88%
G = 45.06%
B = 45.06%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29BBBB (or 0x29BBBB) is known color: Light Sea Green. HEX triplet: 29, BB and BB. RGB value is (41,187,187). Sum of RGB (Red+Green+Blue) = 41+187+187=415 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.88% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #29BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBBB is #D64444. Grayscale: #8F8F8F. Windows color (decimal): -14042181 or 12303145. OLE color: 12303145.

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

Color convert

RGB 41 187 187 -
CMYK 0.78 0 0 0.27
HSL 180º 0.64% 0.45% -
HSV(B) 180º 0.78% 0.73% -
XYZ 27.65 39.6 53.2 -
YUV 143.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 41 187 187 0.78 0 0 0.27 180 0.64 0.45
Hex 29 BB BB 4E 0 0 1B B4 40 2D
Octal 51 273 273 116 0 0 33 264 100 55
Binary 101001 10111011 10111011 1001110 0 0 11011 10110100 1000000 101101

Color Harmonies of #29BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BBBB

Black with #29BBBB

Text Example


Text Example

White with #29BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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