Html Css Color HEX #34BCBA Light Sea Green

📋 copy color: '#34BCBA'

red 52 ◦ green 188 ◦ blue 186

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

Shades of Light Sea Green #34BCBA

Tints of Light Sea Green #34BCBA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.13%

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

R = 12.21%
G = 44.13%
B = 43.66%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#34BCBA (or 0x34BCBA) is known color: Light Sea Green. HEX triplet: 34, BC and BA. RGB value is (52,188,186). Sum of RGB (Red+Green+Blue) = 52+188+186=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #34BCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCBA is #CB4345. Grayscale: #929292. Windows color (decimal): -13321030 or 12237876. OLE color: 12237876.

HSL color Cylindrical-coordinate representation of color #34BCBA: hue angle of 179.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BCBA is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 186 -
CMYK 0.72 0 0.01 0.26
HSL 179.12º 0.57% 0.47% -
HSV(B) 179.12º 0.72% 0.74% -
XYZ 28.26 40.24 52.73 -
YUV 147.11 149.94 60.16 -
System Red Green Blue C M Y K H S L
Decimal 52 188 186 0.72 0 0.01 0.26 179.12 0.57 0.47
Hex 34 BC BA 48 0 1 1A B3 39 2F
Octal 64 274 272 110 0 1 32 263 71 57
Binary 110100 10111100 10111010 1001000 0 1 11010 10110011 111001 101111

Color Harmonies of #34BCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCBA

Black with #34BCBA

Text Example


Text Example

White with #34BCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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