#34BEB5

Color #34BEB5 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #34BEB5

Tints of Light Sea Green #34BEB5

Color information

#34BEB5 (or 0x34BEB5) is unknown color: approx Light Sea Green. HEX triplet: 34, BE and B5. RGB value is (52,190,181). Sum of RGB (Red+Green+Blue) = 52+190+181=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #34BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BEB5 is #CB414A. Grayscale: #939393. Windows color (decimal): -13320523 or 11910708. OLE color: 11910708.

HSL color Cylindrical-coordinate representation of color #34BEB5: hue angle of 176.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BEB5 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB52190181-
CMYK0.7300.050.25
HSL176.09º57.02%47.45%-
HSV(B)176.09º72.63%74.51%-
XYZ28.1740.8950.12-
YUV147.71146.7859.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.29%
GREEN value IS 190 (74.61% from 255) = 44.92%
BLUE value IS 181 (71.09% from 255) = 42.79%
R=12.29%
G=44.92%
B=42.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521901810.7300.050.25176.0957.0247.45
Hex34BEB5490519b0392f
Octal6427626511105312607157
Binary1101001011111010110101100100101011100110110000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,190,181); }

 H1.HeaderClassName
 {
   color: #34BEB5;
 }
 .AnyTagClassName
 {
   color: #34BEB5;
 }
</style>
background-color css

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

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

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

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

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

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