#34BABE

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

Shades of Light Sea Green #34BABE

Tints of Light Sea Green #34BABE

Color information

#34BABE (or 0x34BABE) is unknown color: approx Light Sea Green. HEX triplet: 34, BA and BE. RGB value is (52,186,190). Sum of RGB (Red+Green+Blue) = 52+186+190=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #34BABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BABE is #CB4541. Grayscale: #929292. Windows color (decimal): -13321538 or 12499508. OLE color: 12499508.

HSL color Cylindrical-coordinate representation of color #34BABE: hue angle of 181.74º 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 #34BABE is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB52186190-
CMYK0.730.0200.25
HSL181.74º57.02%47.45%-
HSV(B)181.74º72.63%74.51%-
XYZ28.2739.5754.86-
YUV146.39152.6160.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.15%
GREEN value IS 186 (73.05% from 255) = 43.46%
BLUE value IS 190 (74.61% from 255) = 44.39%
R=12.15%
G=43.46%
B=44.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal521861900.730.0200.25181.7457.0247.45
Hex34BABE492019b6392f
Octal6427227611120312667157
Binary110100101110101011111010010011001100110110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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