Html Css Color HEX #13BDBB Light Sea Green

📋 copy color: '#13BDBB'

red 19 ◦ green 189 ◦ blue 187

#13BDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #13BDBB

Tints of Light Sea Green #13BDBB

RGB

 RED value IS 19 (7.81% from 255) = 4.81%

 GREEN value IS 189 (74.22% from 255) = 47.85%

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 4.81%
G = 47.85%
B = 47.34%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#13BDBB (or 0x13BDBB) is known color: Light Sea Green. HEX triplet: 13, BD and BB. RGB value is (19,189,187). Sum of RGB (Red+Green+Blue) = 19+189+187=395 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.81% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 189 - color contains mainly: green. Hex color #13BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13BDBB is #EC4244. Grayscale: #898989. Windows color (decimal): -15483461 or 12303635. OLE color: 12303635.

HSL color Cylindrical-coordinate representation of color #13BDBB: hue angle of 179.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BDBB is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 189 187 -
CMYK 0.90 0 0.01 0.26
HSL 179.29º 0.82% 0.41% -
HSV(B) 179.29º 0.9% 0.74% -
XYZ 27.44 40.12 53.31 -
YUV 137.94 155.68 43.16 -
System Red Green Blue C M Y K H S L
Decimal 19 189 187 0.90 0 0.01 0.26 179.29 0.82 0.41
Hex 13 BD BB 5A 0 1 1A B3 52 29
Octal 23 275 273 132 0 1 32 263 122 51
Binary 10011 10111101 10111011 1011010 0 1 11010 10110011 1010010 101001

Color Harmonies of #13BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BDBB

Black with #13BDBB

Text Example


Text Example

White with #13BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,189,187); }

 H1.HeaderClassName
 {
   color: #13BDBB;
 }
 .AnyTagClassName
 {
   color: #13BDBB;
 }
</style>

background-color css

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

 a { background-color: rgb(19,189,187); }

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

border-color css

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

 span { border-color: rgb(19,189,187); }

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