Html Css Color HEX #34AFAF Light Sea Green

📋 copy color: '#34AFAF'

red 52 ◦ green 175 ◦ blue 175

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

Shades of Light Sea Green #34AFAF

Tints of Light Sea Green #34AFAF

RGB

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

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

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

R = 12.94%
G = 43.53%
B = 43.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#34AFAF (or 0x34AFAF) is known color: Light Sea Green. HEX triplet: 34, AF and AF. RGB value is (52,175,175). Sum of RGB (Red+Green+Blue) = 52+175+175=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #34AFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34AFAF is #CB5050. Grayscale: #8A8A8A. Windows color (decimal): -13324369 or 11513652. OLE color: 11513652.

HSL color Cylindrical-coordinate representation of color #34AFAF: hue angle of 180º 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 #34AFAF is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 175 175 -
CMYK 0.70 0 0 0.31
HSL 180º 0.54% 0.45% -
HSV(B) 180º 0.7% 0.69% -
XYZ 24.48 34.49 45.92 -
YUV 138.22 148.75 66.5 -
System Red Green Blue C M Y K H S L
Decimal 52 175 175 0.70 0 0 0.31 180 0.54 0.45
Hex 34 AF AF 46 0 0 1F B4 36 2D
Octal 64 257 257 106 0 0 37 264 66 55
Binary 110100 10101111 10101111 1000110 0 0 11111 10110100 110110 101101

Color Harmonies of #34AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AFAF

Black with #34AFAF

Text Example


Text Example

White with #34AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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