Html Css Color HEX #34B5A8 Light Sea Green

📋 copy color: '#34B5A8'

red 52 ◦ green 181 ◦ blue 168

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

Shades of Light Sea Green #34B5A8

Tints of Light Sea Green #34B5A8

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.14%

 BLUE value IS 168 (66.02% from 255) = 41.9%

R = 12.97%
G = 45.14%
B = 41.9%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#34B5A8 (or 0x34B5A8) is known color: Light Sea Green. HEX triplet: 34, B5 and A8. RGB value is (52,181,168). Sum of RGB (Red+Green+Blue) = 52+181+168=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #34B5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B5A8 is #CB4A57. Grayscale: #8C8C8C. Windows color (decimal): -13322840 or 11056436. OLE color: 11056436.

HSL color Cylindrical-coordinate representation of color #34B5A8: hue angle of 173.95º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B5A8 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 52 181 168 -
CMYK 0.71 0 0.07 0.29
HSL 173.95º 0.55% 0.46% -
HSV(B) 173.95º 0.71% 0.71% -
XYZ 25.01 36.6 42.79 -
YUV 140.95 143.26 64.56 -
System Red Green Blue C M Y K H S L
Decimal 52 181 168 0.71 0 0.07 0.29 173.95 0.55 0.46
Hex 34 B5 A8 47 0 7 1D AE 37 2E
Octal 64 265 250 107 0 7 35 256 67 56
Binary 110100 10110101 10101000 1000111 0 111 11101 10101110 110111 101110

Color Harmonies of #34B5A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B5A8

Black with #34B5A8

Text Example


Text Example

White with #34B5A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,181,168); }

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

background-color css

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

 a { background-color: rgb(52,181,168); }

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

border-color css

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

 span { border-color: rgb(52,181,168); }

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