Html Css Color HEX #34B7A0 Light Sea Green

📋 copy color: '#34B7A0'

red 52 ◦ green 183 ◦ blue 160

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

Shades of Light Sea Green #34B7A0

Tints of Light Sea Green #34B7A0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.33%

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

R = 13.16%
G = 46.33%
B = 40.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#34B7A0 (or 0x34B7A0) is known color: Light Sea Green. HEX triplet: 34, B7 and A0. RGB value is (52,183,160). Sum of RGB (Red+Green+Blue) = 52+183+160=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #34B7A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B7A0 is #CB485F. Grayscale: #8D8D8D. Windows color (decimal): -13322336 or 10532660. OLE color: 10532660.

HSL color Cylindrical-coordinate representation of color #34B7A0: hue angle of 169.47º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B7A0 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 183 160 -
CMYK 0.72 0 0.13 0.28
HSL 169.47º 0.56% 0.46% -
HSV(B) 169.47º 0.72% 0.72% -
XYZ 24.69 37.14 39.12 -
YUV 141.21 138.6 64.37 -
System Red Green Blue C M Y K H S L
Decimal 52 183 160 0.72 0 0.13 0.28 169.47 0.56 0.46
Hex 34 B7 A0 48 0 D 1C A9 38 2E
Octal 64 267 240 110 0 15 34 251 70 56
Binary 110100 10110111 10100000 1001000 0 1101 11100 10101001 111000 101110

Color Harmonies of #34B7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B7A0

Black with #34B7A0

Text Example


Text Example

White with #34B7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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