#34BABB

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

Shades of Light Sea Green #34BABB

Tints of Light Sea Green #34BABB

Color information

#34BABB (or 0x34BABB) is unknown color: approx Light Sea Green. HEX triplet: 34, BA and BB. RGB value is (52,186,187). Sum of RGB (Red+Green+Blue) = 52+186+187=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #34BABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BABB is #CB4544. Grayscale: #919191. Windows color (decimal): -13321541 or 12302900. OLE color: 12302900.

HSL color Cylindrical-coordinate representation of color #34BABB: hue angle of 180.44º 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 #34BABB is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB52186187-
CMYK0.720.0100.27
HSL180.44º56.49%46.86%-
HSV(B)180.44º72.19%73.33%-
XYZ27.9439.4453.15-
YUV146.05151.1160.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.24%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 187 (73.44% from 255) = 44%
R=12.24%
G=43.76%
B=44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal521861870.720.0100.27180.4456.4946.86
Hex34BABB48101Bb4382f
Octal6427227311010332647057
Binary11010010111010101110111001000101101110110100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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