Html Css Color HEX #29BFBC Light Sea Green

📋 copy color: '#29BFBC'

red 41 ◦ green 191 ◦ blue 188

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

Shades of Light Sea Green #29BFBC

Tints of Light Sea Green #29BFBC

RGB

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

 GREEN value IS 191 (75% from 255) = 45.48%

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

R = 9.76%
G = 45.48%
B = 44.76%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#29BFBC (or 0x29BFBC) is known color: Light Sea Green. HEX triplet: 29, BF and BC. RGB value is (41,191,188). Sum of RGB (Red+Green+Blue) = 41+191+188=420 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.76% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 191 - color contains mainly: green. Hex color #29BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BFBC is #D64043. Grayscale: #919191. Windows color (decimal): -14041156 or 12369705. OLE color: 12369705.

HSL color Cylindrical-coordinate representation of color #29BFBC: hue angle of 178.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 #29BFBC is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 41 191 188 -
CMYK 0.79 0 0.02 0.25
HSL 178.8º 0.65% 0.45% -
HSV(B) 178.8º 0.79% 0.75% -
XYZ 28.62 41.36 54.05 -
YUV 145.81 151.81 53.24 -
System Red Green Blue C M Y K H S L
Decimal 41 191 188 0.79 0 0.02 0.25 178.8 0.65 0.45
Hex 29 BF BC 4F 0 2 19 B3 41 2D
Octal 51 277 274 117 0 2 31 263 101 55
Binary 101001 10111111 10111100 1001111 0 10 11001 10110011 1000001 101101

Color Harmonies of #29BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BFBC

Black with #29BFBC

Text Example


Text Example

White with #29BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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