Html Css Color HEX #34BEAC Light Sea Green

📋 copy color: '#34BEAC'

red 52 ◦ green 190 ◦ blue 172

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

Shades of Light Sea Green #34BEAC

Tints of Light Sea Green #34BEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.55%

R = 12.56%
G = 45.89%
B = 41.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#34BEAC (or 0x34BEAC) is known color: Light Sea Green. HEX triplet: 34, BE and AC. RGB value is (52,190,172). Sum of RGB (Red+Green+Blue) = 52+190+172=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BEAC is #CB4153. Grayscale: #929292. Windows color (decimal): -13320532 or 11320884. OLE color: 11320884.

HSL color Cylindrical-coordinate representation of color #34BEAC: hue angle of 172.17º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEAC is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 52 190 172 -
CMYK 0.73 0 0.09 0.25
HSL 172.17º 0.57% 0.47% -
HSV(B) 172.17º 0.73% 0.75% -
XYZ 27.28 40.54 45.42 -
YUV 146.69 142.28 60.46 -
System Red Green Blue C M Y K H S L
Decimal 52 190 172 0.73 0 0.09 0.25 172.17 0.57 0.47
Hex 34 BE AC 49 0 9 19 AC 39 2F
Octal 64 276 254 111 0 11 31 254 71 57
Binary 110100 10111110 10101100 1001001 0 1001 11001 10101100 111001 101111

Color Harmonies of #34BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BEAC

Black with #34BEAC

Text Example


Text Example

White with #34BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,190,172); }

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

background-color css

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

 a { background-color: rgb(52,190,172); }

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

border-color css

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

 span { border-color: rgb(52,190,172); }

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