Html Css Color HEX #29BCB2 Light Sea Green

📋 copy color: '#29BCB2'

red 41 ◦ green 188 ◦ blue 178

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

Shades of Light Sea Green #29BCB2

Tints of Light Sea Green #29BCB2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.19%

 BLUE value IS 178 (69.92% from 255) = 43.73%

R = 10.07%
G = 46.19%
B = 43.73%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#29BCB2 (or 0x29BCB2) is known color: Light Sea Green. HEX triplet: 29, BC and B2. RGB value is (41,188,178). Sum of RGB (Red+Green+Blue) = 41+188+178=407 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.07% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #29BCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BCB2 is #D6434D. Grayscale: #8E8E8E. Windows color (decimal): -14041934 or 11713577. OLE color: 11713577.

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

Color convert

RGB 41 188 178 -
CMYK 0.78 0 0.05 0.26
HSL 175.92º 0.64% 0.45% -
HSV(B) 175.92º 0.78% 0.74% -
XYZ 26.93 39.65 48.35 -
YUV 142.91 147.8 55.31 -
System Red Green Blue C M Y K H S L
Decimal 41 188 178 0.78 0 0.05 0.26 175.92 0.64 0.45
Hex 29 BC B2 4E 0 5 1A B0 40 2D
Octal 51 274 262 116 0 5 32 260 100 55
Binary 101001 10111100 10110010 1001110 0 101 11010 10110000 1000000 101101

Color Harmonies of #29BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCB2

Black with #29BCB2

Text Example


Text Example

White with #29BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,188,178); }

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

background-color css

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

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

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

border-color css

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

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

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