Html Css Color HEX #34B3A0 Light Sea Green

📋 copy color: '#34B3A0'

red 52 ◦ green 179 ◦ blue 160

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

Shades of Light Sea Green #34B3A0

Tints of Light Sea Green #34B3A0

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.78%

 BLUE value IS 160 (62.89% from 255) = 40.92%

R = 13.3%
G = 45.78%
B = 40.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#34B3A0 (or 0x34B3A0) is known color: Light Sea Green. HEX triplet: 34, B3 and A0. RGB value is (52,179,160). Sum of RGB (Red+Green+Blue) = 52+179+160=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 160 (62.89% from 255 or 40.92% from 391); Max value from RGB is 179 - color contains mainly: green. Hex color #34B3A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B3A0 is #CB4C5F. Grayscale: #8A8A8A. Windows color (decimal): -13323360 or 10531636. OLE color: 10531636.

HSL color Cylindrical-coordinate representation of color #34B3A0: hue angle of 171.02º 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 #34B3A0 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 179 160 -
CMYK 0.71 0 0.11 0.30
HSL 171.02º 0.55% 0.45% -
HSV(B) 171.02º 0.71% 0.7% -
XYZ 23.88 35.51 38.85 -
YUV 138.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 52 179 160 0.71 0 0.11 0.30 171.02 0.55 0.45
Hex 34 B3 A0 47 0 B 1E AB 37 2D
Octal 64 263 240 107 0 13 36 253 67 55
Binary 110100 10110011 10100000 1000111 0 1011 11110 10101011 110111 101101

Color Harmonies of #34B3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B3A0

Black with #34B3A0

Text Example


Text Example

White with #34B3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,179,160); }

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

background-color css

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

 a { background-color: rgb(52,179,160); }

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

border-color css

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

 span { border-color: rgb(52,179,160); }

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