Html Css Color HEX #29BCC1 Light Sea Green

📋 copy color: '#29BCC1'

red 41 ◦ green 188 ◦ blue 193

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

Shades of Light Sea Green #29BCC1

Tints of Light Sea Green #29BCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 45.73%

R = 9.72%
G = 44.55%
B = 45.73%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#29BCC1 (or 0x29BCC1) is known color: Light Sea Green. HEX triplet: 29, BC and C1. RGB value is (41,188,193). Sum of RGB (Red+Green+Blue) = 41+188+193=422 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.72% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 193 (75.78% from 255 or 45.73% from 422); Max value from RGB is 193 - color contains mainly: blue. Hex color #29BCC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BCC1 is #D6433E. Grayscale: #909090. Windows color (decimal): -14041919 or 12696617. OLE color: 12696617.

HSL color Cylindrical-coordinate representation of color #29BCC1: hue angle of 181.97º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BCC1 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 188 193 -
CMYK 0.79 0.03 0 0.24
HSL 181.97º 0.65% 0.46% -
HSV(B) 181.97º 0.79% 0.76% -
XYZ 28.52 40.29 56.73 -
YUV 144.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 41 188 193 0.79 0.03 0 0.24 181.97 0.65 0.46
Hex 29 BC C1 4F 3 0 18 B6 41 2E
Octal 51 274 301 117 3 0 30 266 101 56
Binary 101001 10111100 11000001 1001111 11 0 11000 10110110 1000001 101110

Color Harmonies of #29BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BCC1

Black with #29BCC1

Text Example


Text Example

White with #29BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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