Html Css Color HEX #34B2AB Light Sea Green

📋 copy color: '#34B2AB'

red 52 ◦ green 178 ◦ blue 171

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

Shades of Light Sea Green #34B2AB

Tints of Light Sea Green #34B2AB

RGB

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

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

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

R = 12.97%
G = 44.39%
B = 42.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#34B2AB (or 0x34B2AB) is known color: Light Sea Green. HEX triplet: 34, B2 and AB. RGB value is (52,178,171). Sum of RGB (Red+Green+Blue) = 52+178+171=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #34B2AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B2AB is #CB4D54. Grayscale: #8B8B8B. Windows color (decimal): -13323605 or 11252276. OLE color: 11252276.

HSL color Cylindrical-coordinate representation of color #34B2AB: hue angle of 176.67º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B2AB is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 178 171 -
CMYK 0.71 0 0.04 0.30
HSL 176.67º 0.55% 0.45% -
HSV(B) 176.67º 0.71% 0.7% -
XYZ 24.69 35.51 44.08 -
YUV 139.53 145.76 65.57 -
System Red Green Blue C M Y K H S L
Decimal 52 178 171 0.71 0 0.04 0.30 176.67 0.55 0.45
Hex 34 B2 AB 47 0 4 1E B1 37 2D
Octal 64 262 253 107 0 4 36 261 67 55
Binary 110100 10110010 10101011 1000111 0 100 11110 10110001 110111 101101

Color Harmonies of #34B2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B2AB

Black with #34B2AB

Text Example


Text Example

White with #34B2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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