Html Css Color HEX #34BAAC Light Sea Green

📋 copy color: '#34BAAC'

red 52 ◦ green 186 ◦ blue 172

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

Shades of Light Sea Green #34BAAC

Tints of Light Sea Green #34BAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.37%

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

R = 12.68%
G = 45.37%
B = 41.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#34BAAC (or 0x34BAAC) is known color: Light Sea Green. HEX triplet: 34, BA and AC. RGB value is (52,186,172). Sum of RGB (Red+Green+Blue) = 52+186+172=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #34BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BAAC is #CB4553. Grayscale: #909090. Windows color (decimal): -13321556 or 11319860. OLE color: 11319860.

HSL color Cylindrical-coordinate representation of color #34BAAC: hue angle of 173.73º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BAAC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 186 172 -
CMYK 0.72 0 0.08 0.27
HSL 173.73º 0.56% 0.47% -
HSV(B) 173.73º 0.72% 0.73% -
XYZ 26.42 38.83 45.13 -
YUV 144.34 143.61 62.14 -
System Red Green Blue C M Y K H S L
Decimal 52 186 172 0.72 0 0.08 0.27 173.73 0.56 0.47
Hex 34 BA AC 48 0 8 1B AE 38 2F
Octal 64 272 254 110 0 10 33 256 70 57
Binary 110100 10111010 10101100 1001000 0 1000 11011 10101110 111000 101111

Color Harmonies of #34BAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BAAC

Black with #34BAAC

Text Example


Text Example

White with #34BAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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