Html Css Color HEX #34B8AF Light Sea Green

📋 copy color: '#34B8AF'

red 52 ◦ green 184 ◦ blue 175

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

Shades of Light Sea Green #34B8AF

Tints of Light Sea Green #34B8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.58%

R = 12.65%
G = 44.77%
B = 42.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#34B8AF (or 0x34B8AF) is known color: Light Sea Green. HEX triplet: 34, B8 and AF. RGB value is (52,184,175). Sum of RGB (Red+Green+Blue) = 52+184+175=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 184 - color contains mainly: green. Hex color #34B8AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #34B8AF is #CB4750. Grayscale: #8F8F8F. Windows color (decimal): -13322065 or 11515956. OLE color: 11515956.

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

Color convert

RGB 52 184 175 -
CMYK 0.72 0 0.05 0.28
HSL 175.91º 0.56% 0.46% -
HSV(B) 175.91º 0.72% 0.72% -
XYZ 26.29 38.11 46.53 -
YUV 143.51 145.77 62.73 -
System Red Green Blue C M Y K H S L
Decimal 52 184 175 0.72 0 0.05 0.28 175.91 0.56 0.46
Hex 34 B8 AF 48 0 5 1C B0 38 2E
Octal 64 270 257 110 0 5 34 260 70 56
Binary 110100 10111000 10101111 1001000 0 101 11100 10110000 111000 101110

Color Harmonies of #34B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B8AF

Black with #34B8AF

Text Example


Text Example

White with #34B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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