Html Css Color HEX #29B2BB Light Sea Green

📋 copy color: '#29B2BB'

red 41 ◦ green 178 ◦ blue 187

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

Shades of Light Sea Green #29B2BB

Tints of Light Sea Green #29B2BB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.84%

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

R = 10.1%
G = 43.84%
B = 46.06%

CMYK

 C value IS 0.78

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#29B2BB (or 0x29B2BB) is known color: Light Sea Green. HEX triplet: 29, B2 and BB. RGB value is (41,178,187). Sum of RGB (Red+Green+Blue) = 41+178+187=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #29B2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29B2BB is #D64D44. Grayscale: #898989. Windows color (decimal): -14044485 or 12300841. OLE color: 12300841.

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

Color convert

RGB 41 178 187 -
CMYK 0.78 0.05 0 0.27
HSL 183.7º 0.64% 0.45% -
HSV(B) 183.7º 0.78% 0.73% -
XYZ 25.8 35.9 52.58 -
YUV 138.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 41 178 187 0.78 0.05 0 0.27 183.7 0.64 0.45
Hex 29 B2 BB 4E 5 0 1B B8 40 2D
Octal 51 262 273 116 5 0 33 270 100 55
Binary 101001 10110010 10111011 1001110 101 0 11011 10111000 1000000 101101

Color Harmonies of #29B2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B2BB

Black with #29B2BB

Text Example


Text Example

White with #29B2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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