#13B1B2

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

Shades of Light Sea Green #13B1B2

Tints of Light Sea Green #13B1B2

Color information

#13B1B2 (or 0x13B1B2) is unknown color: approx Light Sea Green. HEX triplet: 13, B1 and B2. RGB value is (19,177,178). Sum of RGB (Red+Green+Blue) = 19+177+178=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 178 - color contains mainly: blue. Hex color #13B1B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13B1B2 is #EC4E4D. Grayscale: #818181. Windows color (decimal): -15486542 or 11710739. OLE color: 11710739.

HSL color Cylindrical-coordinate representation of color #13B1B2: hue angle of 180.38º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13B1B2 is Cyan = 0.89, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB19177178-
CMYK0.890.0100.30
HSL180.38º80.71%38.63%-
HSV(B)180.38º89.33%69.8%-
XYZ24.0334.847.57-
YUV129.87155.1548.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.08%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 178 (69.92% from 255) = 47.59%
R=5.08%
G=47.33%
B=47.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191771780.890.0100.30180.3880.7138.63
Hex13B1B259101Eb45127
Octal23261262131103626412147
Binary10011101100011011001010110011011110101101001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13B1B2; }

 p { color: rgb(19,177,178); }

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

<style>
 a { background-color: #13B1B2; }

 a { background-color: rgb(19,177,178); }

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

<style>
 span { border-color: #13B1B2; }

 span { border-color: rgb(19,177,178); }

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