Html Css Color HEX #29BDC5 Light Sea Green

📋 copy color: '#29BDC5'

red 41 ◦ green 189 ◦ blue 197

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

Shades of Light Sea Green #29BDC5

Tints of Light Sea Green #29BDC5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.26%

 BLUE value IS 197 (77.34% from 255) = 46.14%

R = 9.6%
G = 44.26%
B = 46.14%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#29BDC5 (or 0x29BDC5) is known color: Light Sea Green. HEX triplet: 29, BD and C5. RGB value is (41,189,197). Sum of RGB (Red+Green+Blue) = 41+189+197=427 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.60% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #29BDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BDC5 is #D6423A. Grayscale: #919191. Windows color (decimal): -14041659 or 12959017. OLE color: 12959017.

HSL color Cylindrical-coordinate representation of color #29BDC5: hue angle of 183.08º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29BDC5 is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 41 189 197 -
CMYK 0.79 0.04 0 0.23
HSL 183.08º 0.66% 0.47% -
HSV(B) 183.08º 0.79% 0.77% -
XYZ 29.19 40.9 59.18 -
YUV 145.66 156.97 53.35 -
System Red Green Blue C M Y K H S L
Decimal 41 189 197 0.79 0.04 0 0.23 183.08 0.66 0.47
Hex 29 BD C5 4F 4 0 17 B7 42 2F
Octal 51 275 305 117 4 0 27 267 102 57
Binary 101001 10111101 11000101 1001111 100 0 10111 10110111 1000010 101111

Color Harmonies of #29BDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BDC5

Black with #29BDC5

Text Example


Text Example

White with #29BDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,189,197); }

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

background-color css

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

 a { background-color: rgb(41,189,197); }

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

border-color css

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

 span { border-color: rgb(41,189,197); }

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