Html Css Color HEX #34AF9F Light Sea Green

📋 copy color: '#34AF9F'

red 52 ◦ green 175 ◦ blue 159

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

Shades of Light Sea Green #34AF9F

Tints of Light Sea Green #34AF9F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.34%

 BLUE value IS 159 (62.5% from 255) = 41.19%

R = 13.47%
G = 45.34%
B = 41.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#34AF9F (or 0x34AF9F) is known color: Light Sea Green. HEX triplet: 34, AF and 9F. RGB value is (52,175,159). Sum of RGB (Red+Green+Blue) = 52+175+159=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #34AF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AF9F is #CB5060. Grayscale: #888888. Windows color (decimal): -13324385 or 10465076. OLE color: 10465076.

HSL color Cylindrical-coordinate representation of color #34AF9F: hue angle of 172.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AF9F is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 159 -
CMYK 0.70 0 0.09 0.31
HSL 172.2º 0.54% 0.45% -
HSV(B) 172.2º 0.7% 0.69% -
XYZ 23 33.89 38.13 -
YUV 136.4 140.75 67.8 -
System Red Green Blue C M Y K H S L
Decimal 52 175 159 0.70 0 0.09 0.31 172.2 0.54 0.45
Hex 34 AF 9F 46 0 9 1F AC 36 2D
Octal 64 257 237 106 0 11 37 254 66 55
Binary 110100 10101111 10011111 1000110 0 1001 11111 10101100 110110 101101

Color Harmonies of #34AF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AF9F

Black with #34AF9F

Text Example


Text Example

White with #34AF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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