#34B1B9

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

Shades of Light Sea Green #34B1B9

Tints of Light Sea Green #34B1B9

Color information

#34B1B9 (or 0x34B1B9) is unknown color: approx Light Sea Green. HEX triplet: 34, B1 and B9. RGB value is (52,177,185). Sum of RGB (Red+Green+Blue) = 52+177+185=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 185 (72.66% from 255 or 44.69% from 414); Max value from RGB is 185 - color contains mainly: blue. Hex color #34B1B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B1B9 is #CB4E46. Grayscale: #8C8C8C. Windows color (decimal): -13323847 or 12169524. OLE color: 12169524.

HSL color Cylindrical-coordinate representation of color #34B1B9: hue angle of 183.61º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34B1B9 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52177185-
CMYK0.720.0400.27
HSL183.61º56.12%46.47%-
HSV(B)183.61º71.89%72.55%-
XYZ25.935.6851.42-
YUV140.54153.0964.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.56%
GREEN value IS 177 (69.53% from 255) = 42.75%
BLUE value IS 185 (72.66% from 255) = 44.69%
R=12.56%
G=42.75%
B=44.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521771850.720.0400.27183.6156.1246.47
Hex34B1B948401Bb8382e
Octal6426127111040332707056
Binary1101001011000110111001100100010001101110111000111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,177,185); }

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

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

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

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

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

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

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