Html Css Color HEX #34B8AC Light Sea Green

📋 copy color: '#34B8AC'

red 52 ◦ green 184 ◦ blue 172

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

Shades of Light Sea Green #34B8AC

Tints of Light Sea Green #34B8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.1%

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

R = 12.75%
G = 45.1%
B = 42.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#34B8AC (or 0x34B8AC) is known color: Light Sea Green. HEX triplet: 34, B8 and AC. RGB value is (52,184,172). Sum of RGB (Red+Green+Blue) = 52+184+172=408 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.75% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 184 - color contains mainly: green. Hex color #34B8AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B8AC is #CB4753. Grayscale: #8F8F8F. Windows color (decimal): -13322068 or 11319348. OLE color: 11319348.

HSL color Cylindrical-coordinate representation of color #34B8AC: hue angle of 174.55º 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 #34B8AC is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 52 184 172 -
CMYK 0.72 0 0.07 0.28
HSL 174.55º 0.56% 0.46% -
HSV(B) 174.55º 0.72% 0.72% -
XYZ 26 37.99 44.99 -
YUV 143.16 144.27 62.98 -
System Red Green Blue C M Y K H S L
Decimal 52 184 172 0.72 0 0.07 0.28 174.55 0.56 0.46
Hex 34 B8 AC 48 0 7 1C AF 38 2E
Octal 64 270 254 110 0 7 34 257 70 56
Binary 110100 10111000 10101100 1001000 0 111 11100 10101111 111000 101110

Color Harmonies of #34B8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B8AC

Black with #34B8AC

Text Example


Text Example

White with #34B8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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