#13B0B3

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

Shades of Light Sea Green #13B0B3

Tints of Light Sea Green #13B0B3

Color information

#13B0B3 (or 0x13B0B3) is unknown color: approx Light Sea Green. HEX triplet: 13, B0 and B3. RGB value is (19,176,179). Sum of RGB (Red+Green+Blue) = 19+176+179=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #13B0B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #13B0B3 is #EC4F4C. Grayscale: #818181. Windows color (decimal): -15486797 or 11776019. OLE color: 11776019.

HSL color Cylindrical-coordinate representation of color #13B0B3: hue angle of 181.12º 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 #13B0B3 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB19176179-
CMYK0.890.0200.30
HSL181.12º80.81%38.82%-
HSV(B)181.12º89.39%70.2%-
XYZ23.9334.4448.03-
YUV129.4155.9949.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.08%
GREEN value IS 176 (69.14% from 255) = 47.06%
BLUE value IS 179 (70.31% from 255) = 47.86%
R=5.08%
G=47.06%
B=47.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191761790.890.0200.30181.1280.8138.82
Hex13B0B359201Eb55127
Octal23260263131203626512147
Binary100111011000010110011101100110011110101101011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13B0B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,176,179); }

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

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

 a { background-color: rgb(19,176,179); }

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

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

 span { border-color: rgb(19,176,179); }

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