Html Css Color HEX #34ADAC Light Sea Green

📋 copy color: '#34ADAC'

red 52 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #34ADAC

Tints of Light Sea Green #34ADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.58%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 13.1%
G = 43.58%
B = 43.32%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#34ADAC (or 0x34ADAC) is known color: Light Sea Green. HEX triplet: 34, AD and AC. RGB value is (52,173,172). Sum of RGB (Red+Green+Blue) = 52+173+172=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 173 - color contains mainly: green. Hex color #34ADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ADAC is #CB5253. Grayscale: #888888. Windows color (decimal): -13324884 or 11316532. OLE color: 11316532.

HSL color Cylindrical-coordinate representation of color #34ADAC: hue angle of 179.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34ADAC is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 52 173 172 -
CMYK 0.70 0 0.01 0.32
HSL 179.5º 0.54% 0.44% -
HSV(B) 179.5º 0.7% 0.68% -
XYZ 23.81 33.6 44.26 -
YUV 136.71 147.91 67.58 -
System Red Green Blue C M Y K H S L
Decimal 52 173 172 0.70 0 0.01 0.32 179.5 0.54 0.44
Hex 34 AD AC 46 0 1 20 B4 36 2C
Octal 64 255 254 106 0 1 40 264 66 54
Binary 110100 10101101 10101100 1000110 0 1 100000 10110100 110110 101100

Color Harmonies of #34ADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADAC

Black with #34ADAC

Text Example


Text Example

White with #34ADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,172); }

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

background-color css

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

 a { background-color: rgb(52,173,172); }

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

border-color css

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

 span { border-color: rgb(52,173,172); }

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