Html Css Color HEX #34B0A2 Light Sea Green

📋 copy color: '#34B0A2'

red 52 ◦ green 176 ◦ blue 162

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

Shades of Light Sea Green #34B0A2

Tints of Light Sea Green #34B0A2

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 162 (63.67% from 255) = 41.54%

R = 13.33%
G = 45.13%
B = 41.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#34B0A2 (or 0x34B0A2) is known color: Light Sea Green. HEX triplet: 34, B0 and A2. RGB value is (52,176,162). Sum of RGB (Red+Green+Blue) = 52+176+162=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #34B0A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #34B0A2 is #CB4F5D. Grayscale: #898989. Windows color (decimal): -13324126 or 10661940. OLE color: 10661940.

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

Color convert

RGB 52 176 162 -
CMYK 0.70 0 0.08 0.31
HSL 173.23º 0.54% 0.45% -
HSV(B) 173.23º 0.7% 0.69% -
XYZ 23.46 34.39 39.58 -
YUV 137.33 141.92 67.14 -
System Red Green Blue C M Y K H S L
Decimal 52 176 162 0.70 0 0.08 0.31 173.23 0.54 0.45
Hex 34 B0 A2 46 0 8 1F AD 36 2D
Octal 64 260 242 106 0 10 37 255 66 55
Binary 110100 10110000 10100010 1000110 0 1000 11111 10101101 110110 101101

Color Harmonies of #34B0A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B0A2

Black with #34B0A2

Text Example


Text Example

White with #34B0A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,176,162); }

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

background-color css

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

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

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

border-color css

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

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

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