Html Css Color HEX #34BBAC Light Sea Green

📋 copy color: '#34BBAC'

red 52 ◦ green 187 ◦ blue 172

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

Shades of Light Sea Green #34BBAC

Tints of Light Sea Green #34BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.5%

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

R = 12.65%
G = 45.5%
B = 41.85%

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

#34BBAC (or 0x34BBAC) is known color: Light Sea Green. HEX triplet: 34, BB and AC. RGB value is (52,187,172). Sum of RGB (Red+Green+Blue) = 52+187+172=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #34BBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BBAC is #CB4453. Grayscale: #909090. Windows color (decimal): -13321300 or 11320116. OLE color: 11320116.

HSL color Cylindrical-coordinate representation of color #34BBAC: hue angle of 173.33º 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 #34BBAC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 187 172 -
CMYK 0.72 0 0.08 0.27
HSL 173.33º 0.56% 0.47% -
HSV(B) 173.33º 0.72% 0.73% -
XYZ 26.63 39.25 45.2 -
YUV 144.93 143.27 61.72 -
System Red Green Blue C M Y K H S L
Decimal 52 187 172 0.72 0 0.08 0.27 173.33 0.56 0.47
Hex 34 BB AC 48 0 8 1B AD 38 2F
Octal 64 273 254 110 0 10 33 255 70 57
Binary 110100 10111011 10101100 1001000 0 1000 11011 10101101 111000 101111

Color Harmonies of #34BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBAC

Black with #34BBAC

Text Example


Text Example

White with #34BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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