Html Css Color HEX #34AEAC Light Sea Green

📋 copy color: '#34AEAC'

red 52 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #34AEAC

Tints of Light Sea Green #34AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.72%

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

R = 13.07%
G = 43.72%
B = 43.22%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#34AEAC (or 0x34AEAC) is known color: Light Sea Green. HEX triplet: 34, AE and AC. RGB value is (52,174,172). Sum of RGB (Red+Green+Blue) = 52+174+172=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #34AEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AEAC is #CB5153. Grayscale: #898989. Windows color (decimal): -13324628 or 11316788. OLE color: 11316788.

HSL color Cylindrical-coordinate representation of color #34AEAC: hue angle of 179.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AEAC is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 174 172 -
CMYK 0.70 0 0.01 0.32
HSL 179.02º 0.54% 0.44% -
HSV(B) 179.02º 0.7% 0.68% -
XYZ 24 33.98 44.32 -
YUV 137.29 147.58 67.16 -
System Red Green Blue C M Y K H S L
Decimal 52 174 172 0.70 0 0.01 0.32 179.02 0.54 0.44
Hex 34 AE AC 46 0 1 20 B3 36 2C
Octal 64 256 254 106 0 1 40 263 66 54
Binary 110100 10101110 10101100 1000110 0 1 100000 10110011 110110 101100

Color Harmonies of #34AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AEAC

Black with #34AEAC

Text Example


Text Example

White with #34AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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