Html Css Color HEX #34C1BA Light Sea Green

📋 copy color: '#34C1BA'

red 52 ◦ green 193 ◦ blue 186

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

Shades of Light Sea Green #34C1BA

Tints of Light Sea Green #34C1BA

RGB

 RED value IS 52 (20.7% from 255) = 12.06%

 GREEN value IS 193 (75.78% from 255) = 44.78%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 12.06%
G = 44.78%
B = 43.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#34C1BA (or 0x34C1BA) is known color: Light Sea Green. HEX triplet: 34, C1 and BA. RGB value is (52,193,186). Sum of RGB (Red+Green+Blue) = 52+193+186=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 193 (75.78% from 255 or 44.78% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 193 - color contains mainly: green. Hex color #34C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C1BA is #CB3E45. Grayscale: #959595. Windows color (decimal): -13319750 or 12239156. OLE color: 12239156.

HSL color Cylindrical-coordinate representation of color #34C1BA: hue angle of 177.02º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C1BA is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 193 186 -
CMYK 0.73 0 0.04 0.24
HSL 177.02º 0.58% 0.48% -
HSV(B) 177.02º 0.73% 0.76% -
XYZ 29.35 42.42 53.09 -
YUV 150.04 148.29 58.07 -
System Red Green Blue C M Y K H S L
Decimal 52 193 186 0.73 0 0.04 0.24 177.02 0.58 0.48
Hex 34 C1 BA 49 0 4 18 B1 3A 30
Octal 64 301 272 111 0 4 30 261 72 60
Binary 110100 11000001 10111010 1001001 0 100 11000 10110001 111010 110000

Color Harmonies of #34C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C1BA

Black with #34C1BA

Text Example


Text Example

White with #34C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34C1BA; }

 p { color: rgb(52,193,186); }

 H1.HeaderClassName
 {
   color: #34C1BA;
 }
 .AnyTagClassName
 {
   color: #34C1BA;
 }
</style>

background-color css

<style>
 a { background-color: #34C1BA; }

 a { background-color: rgb(52,193,186); }

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

border-color css

<style>
 span { border-color: #34C1BA; }

 span { border-color: rgb(52,193,186); }

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