Html Css Color HEX #34AEAB Light Sea Green

📋 copy color: '#34AEAB'

red 52 ◦ green 174 ◦ blue 171

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

Shades of Light Sea Green #34AEAB

Tints of Light Sea Green #34AEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.07%

R = 13.1%
G = 43.83%
B = 43.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#34AEAB (or 0x34AEAB) is known color: Light Sea Green. HEX triplet: 34, AE and AB. RGB value is (52,174,171). Sum of RGB (Red+Green+Blue) = 52+174+171=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 174 - color contains mainly: green. Hex color #34AEAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AEAB is #CB5154. Grayscale: #898989. Windows color (decimal): -13324629 or 11251252. OLE color: 11251252.

HSL color Cylindrical-coordinate representation of color #34AEAB: hue angle of 178.52º 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 #34AEAB is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 174 171 -
CMYK 0.70 0 0.02 0.32
HSL 178.52º 0.54% 0.44% -
HSV(B) 178.52º 0.7% 0.68% -
XYZ 23.9 33.94 43.82 -
YUV 137.18 147.08 67.24 -
System Red Green Blue C M Y K H S L
Decimal 52 174 171 0.70 0 0.02 0.32 178.52 0.54 0.44
Hex 34 AE AB 46 0 2 20 B3 36 2C
Octal 64 256 253 106 0 2 40 263 66 54
Binary 110100 10101110 10101011 1000110 0 10 100000 10110011 110110 101100

Color Harmonies of #34AEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AEAB

Black with #34AEAB

Text Example


Text Example

White with #34AEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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