Html Css Color HEX #34ABAC Light Sea Green

📋 copy color: '#34ABAC'

red 52 ◦ green 171 ◦ blue 172

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

Shades of Light Sea Green #34ABAC

Tints of Light Sea Green #34ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.29%

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

R = 13.16%
G = 43.29%
B = 43.54%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#34ABAC (or 0x34ABAC) is known color: Light Sea Green. HEX triplet: 34, AB and AC. RGB value is (52,171,172). Sum of RGB (Red+Green+Blue) = 52+171+172=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 171 (67.19% from 255 or 43.29% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #34ABAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34ABAC is #CB5453. Grayscale: #878787. Windows color (decimal): -13325396 or 11316020. OLE color: 11316020.

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

Color convert

RGB 52 171 172 -
CMYK 0.70 0.01 0 0.33
HSL 180.5º 0.54% 0.44% -
HSV(B) 180.5º 0.7% 0.67% -
XYZ 23.43 32.83 44.13 -
YUV 135.53 148.58 68.42 -
System Red Green Blue C M Y K H S L
Decimal 52 171 172 0.70 0.01 0 0.33 180.5 0.54 0.44
Hex 34 AB AC 46 1 0 21 B4 36 2C
Octal 64 253 254 106 1 0 41 264 66 54
Binary 110100 10101011 10101100 1000110 1 0 100001 10110100 110110 101100

Color Harmonies of #34ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABAC

Black with #34ABAC

Text Example


Text Example

White with #34ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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