Html Css Color HEX #29BEC2 Light Sea Green

📋 copy color: '#29BEC2'

red 41 ◦ green 190 ◦ blue 194

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

Shades of Light Sea Green #29BEC2

Tints of Light Sea Green #29BEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.71%

 BLUE value IS 194 (76.17% from 255) = 45.65%

R = 9.65%
G = 44.71%
B = 45.65%

CMYK

 C value IS 0.79

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#29BEC2 (or 0x29BEC2) is known color: Light Sea Green. HEX triplet: 29, BE and C2. RGB value is (41,190,194). Sum of RGB (Red+Green+Blue) = 41+190+194=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #29BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29BEC2 is #D6413D. Grayscale: #919191. Windows color (decimal): -14041406 or 12762665. OLE color: 12762665.

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

Color convert

RGB 41 190 194 -
CMYK 0.79 0.02 0 0.24
HSL 181.57º 0.65% 0.46% -
HSV(B) 181.57º 0.79% 0.76% -
XYZ 29.07 41.19 57.46 -
YUV 145.91 155.14 53.17 -
System Red Green Blue C M Y K H S L
Decimal 41 190 194 0.79 0.02 0 0.24 181.57 0.65 0.46
Hex 29 BE C2 4F 2 0 18 B6 41 2E
Octal 51 276 302 117 2 0 30 266 101 56
Binary 101001 10111110 11000010 1001111 10 0 11000 10110110 1000001 101110

Color Harmonies of #29BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29BEC2

Black with #29BEC2

Text Example


Text Example

White with #29BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,190,194); }

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

background-color css

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

 a { background-color: rgb(41,190,194); }

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

border-color css

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

 span { border-color: rgb(41,190,194); }

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