#29BBBE

Color #29BBBE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #29BBBE

Tints of Light Sea Green #29BBBE

Color information

#29BBBE (or 0x29BBBE) is unknown color: approx Light Sea Green. HEX triplet: 29, BB and BE. RGB value is (41,187,190). Sum of RGB (Red+Green+Blue) = 41+187+190=418 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.81% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #29BBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBBE is #D64441. Grayscale: #8F8F8F. Windows color (decimal): -14042178 or 12499753. OLE color: 12499753.

HSL color Cylindrical-coordinate representation of color #29BBBE: hue angle of 181.21º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BBBE is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41187190-
CMYK0.780.0200.25
HSL181.21º64.5%45.29%-
HSV(B)181.21º78.42%74.51%-
XYZ27.9839.7354.91-
YUV143.69154.1354.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.81%
GREEN value IS 187 (73.44% from 255) = 44.74%
BLUE value IS 190 (74.61% from 255) = 45.45%
R=9.81%
G=44.74%
B=45.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411871900.780.0200.25181.2164.545.29
Hex29BBBE4E2019b5412d
Octal51273276116203126510155
Binary1010011011101110111110100111010011001101101011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #29BBBE;
 }
 .AnyTagClassName
 {
   color: #29BBBE;
 }
</style>
background-color css

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

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

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

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

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

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