#34B6BB

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

Shades of Light Sea Green #34B6BB

Tints of Light Sea Green #34B6BB

Color information

#34B6BB (or 0x34B6BB) is unknown color: approx Light Sea Green. HEX triplet: 34, B6 and BB. RGB value is (52,182,187). Sum of RGB (Red+Green+Blue) = 52+182+187=421 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.35% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #34B6BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B6BB is #CB4944. Grayscale: #8F8F8F. Windows color (decimal): -13322565 or 12301876. OLE color: 12301876.

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

Color convert

RGB52182187-
CMYK0.720.0300.27
HSL182.22º56.49%46.86%-
HSV(B)182.22º72.19%73.33%-
XYZ27.1137.7752.88-
YUV143.7152.4362.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.35%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=12.35%
G=43.23%
B=44.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521821870.720.0300.27182.2256.4946.86
Hex34B6BB48301Bb6382f
Octal6426627311030332667057
Binary110100101101101011101110010001101101110110110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,187); }

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

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

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

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

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

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

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