Html Css Color HEX #34BCAB Light Sea Green

📋 copy color: '#34BCAB'

red 52 ◦ green 188 ◦ blue 171

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

Shades of Light Sea Green #34BCAB

Tints of Light Sea Green #34BCAB

RGB

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

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

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

R = 12.65%
G = 45.74%
B = 41.61%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#34BCAB (or 0x34BCAB) is known color: Light Sea Green. HEX triplet: 34, BC and AB. RGB value is (52,188,171). Sum of RGB (Red+Green+Blue) = 52+188+171=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #34BCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34BCAB is #CB4354. Grayscale: #919191. Windows color (decimal): -13321045 or 11254836. OLE color: 11254836.

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

Color convert

RGB 52 188 171 -
CMYK 0.72 0 0.09 0.26
HSL 172.5º 0.57% 0.47% -
HSV(B) 172.5º 0.72% 0.74% -
XYZ 26.75 39.64 44.77 -
YUV 145.4 142.44 61.38 -
System Red Green Blue C M Y K H S L
Decimal 52 188 171 0.72 0 0.09 0.26 172.5 0.57 0.47
Hex 34 BC AB 48 0 9 1A AC 39 2F
Octal 64 274 253 110 0 11 32 254 71 57
Binary 110100 10111100 10101011 1001000 0 1001 11010 10101100 111001 101111

Color Harmonies of #34BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCAB

Black with #34BCAB

Text Example


Text Example

White with #34BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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