Html Css Color HEX #29BBBC Light Sea Green

📋 copy color: '#29BBBC'

red 41 ◦ green 187 ◦ blue 188

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

Shades of Light Sea Green #29BBBC

Tints of Light Sea Green #29BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.95%

 BLUE value IS 188 (73.83% from 255) = 45.19%

R = 9.86%
G = 44.95%
B = 45.19%

CMYK

 C value IS 0.78

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#29BBBC (or 0x29BBBC) is known color: Light Sea Green. HEX triplet: 29, BB and BC. RGB value is (41,187,188). Sum of RGB (Red+Green+Blue) = 41+187+188=416 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.86% from 416); Green value is 187 (73.44% from 255 or 44.95% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #29BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BBBC is #D64443. Grayscale: #8F8F8F. Windows color (decimal): -14042180 or 12368681. OLE color: 12368681.

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

Color convert

RGB 41 187 188 -
CMYK 0.78 0.01 0 0.26
HSL 180.41º 0.64% 0.45% -
HSV(B) 180.41º 0.78% 0.74% -
XYZ 27.76 39.64 53.77 -
YUV 143.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 41 187 188 0.78 0.01 0 0.26 180.41 0.64 0.45
Hex 29 BB BC 4E 1 0 1A B4 40 2D
Octal 51 273 274 116 1 0 32 264 100 55
Binary 101001 10111011 10111100 1001110 1 0 11010 10110100 1000000 101101

Color Harmonies of #29BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BBBC

Black with #29BBBC

Text Example


Text Example

White with #29BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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