#29B8BF

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

Shades of Light Sea Green #29B8BF

Tints of Light Sea Green #29B8BF

Color information

#29B8BF (or 0x29B8BF) is unknown color: approx Light Sea Green. HEX triplet: 29, B8 and BF. RGB value is (41,184,191). Sum of RGB (Red+Green+Blue) = 41+184+191=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #29B8BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B8BF is #D64740. Grayscale: #8D8D8D. Windows color (decimal): -14042945 or 12564521. OLE color: 12564521.

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

Color convert

RGB41184191-
CMYK0.790.0400.25
HSL182.8º64.66%45.49%-
HSV(B)182.8º78.53%74.9%-
XYZ27.4638.5155.28-
YUV142.04155.6255.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.86%
GREEN value IS 184 (72.27% from 255) = 44.23%
BLUE value IS 191 (75% from 255) = 45.91%
R=9.86%
G=44.23%
B=45.91%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411841910.790.0400.25182.864.6645.49
Hex29B8BF4F4019b7412d
Octal51270277117403126710155
Binary10100110111000101111111001111100011001101101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,184,191); }

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

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

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

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

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

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

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