Html Css Color HEX #34B2BA Light Sea Green

📋 copy color: '#34B2BA'

red 52 ◦ green 178 ◦ blue 186

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

Shades of Light Sea Green #34B2BA

Tints of Light Sea Green #34B2BA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 12.5%
G = 42.79%
B = 44.71%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#34B2BA (or 0x34B2BA) is known color: Light Sea Green. HEX triplet: 34, B2 and BA. RGB value is (52,178,186). Sum of RGB (Red+Green+Blue) = 52+178+186=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #34B2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B2BA is #CB4D45. Grayscale: #8D8D8D. Windows color (decimal): -13323590 or 12235316. OLE color: 12235316.

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

Color convert

RGB 52 178 186 -
CMYK 0.72 0.04 0 0.27
HSL 183.58º 0.56% 0.47% -
HSV(B) 183.58º 0.72% 0.73% -
XYZ 26.2 36.12 52.04 -
YUV 141.24 153.26 64.35 -
System Red Green Blue C M Y K H S L
Decimal 52 178 186 0.72 0.04 0 0.27 183.58 0.56 0.47
Hex 34 B2 BA 48 4 0 1B B8 38 2F
Octal 64 262 272 110 4 0 33 270 70 57
Binary 110100 10110010 10111010 1001000 100 0 11011 10111000 111000 101111

Color Harmonies of #34B2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B2BA

Black with #34B2BA

Text Example


Text Example

White with #34B2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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