Html Css Color HEX #29B8C4 Light Sea Green

📋 copy color: '#29B8C4'

red 41 ◦ green 184 ◦ blue 196

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

Shades of Light Sea Green #29B8C4

Tints of Light Sea Green #29B8C4

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

 BLUE value IS 196 (76.95% from 255) = 46.56%

R = 9.74%
G = 43.71%
B = 46.56%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#29B8C4 (or 0x29B8C4) is known color: Light Sea Green. HEX triplet: 29, B8 and C4. RGB value is (41,184,196). Sum of RGB (Red+Green+Blue) = 41+184+196=421 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.74% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #29B8C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29B8C4 is #D6473B. Grayscale: #8E8E8E. Windows color (decimal): -14042940 or 12892201. OLE color: 12892201.

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

Color convert

RGB 41 184 196 -
CMYK 0.79 0.06 0 0.23
HSL 184.65º 0.65% 0.46% -
HSV(B) 184.65º 0.79% 0.77% -
XYZ 28.02 38.74 58.22 -
YUV 142.61 158.12 55.52 -
System Red Green Blue C M Y K H S L
Decimal 41 184 196 0.79 0.06 0 0.23 184.65 0.65 0.46
Hex 29 B8 C4 4F 6 0 17 B9 41 2E
Octal 51 270 304 117 6 0 27 271 101 56
Binary 101001 10111000 11000100 1001111 110 0 10111 10111001 1000001 101110

Color Harmonies of #29B8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29B8C4

Black with #29B8C4

Text Example


Text Example

White with #29B8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,184,196); }

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

background-color css

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

 a { background-color: rgb(41,184,196); }

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

border-color css

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

 span { border-color: rgb(41,184,196); }

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