#29AFBE

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

Shades of Light Sea Green #29AFBE

Tints of Light Sea Green #29AFBE

Color information

#29AFBE (or 0x29AFBE) is unknown color: approx Light Sea Green. HEX triplet: 29, AF and BE. RGB value is (41,175,190). Sum of RGB (Red+Green+Blue) = 41+175+190=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #29AFBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AFBE is #D65041. Grayscale: #888888. Windows color (decimal): -14045250 or 12496681. OLE color: 12496681.

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

Color convert

RGB41175190-
CMYK0.780.0800.25
HSL186.04º64.5%45.29%-
HSV(B)186.04º78.42%74.51%-
XYZ25.5434.8554.1-
YUV136.64158.1159.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 175 (68.75% from 255) = 43.10%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=10.10%
G=43.10%
B=46.80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411751900.780.0800.25186.0464.545.29
Hex29AFBE4E8019ba412d
Octal512572761161003127210155
Binary101001101011111011111010011101000011001101110101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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