Html Css Color HEX #14BDBB Light Sea Green

📋 copy color: '#14BDBB'

red 20 ◦ green 189 ◦ blue 187

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

Shades of Light Sea Green #14BDBB

Tints of Light Sea Green #14BDBB

RGB

 RED value IS 20 (8.2% from 255) = 5.05%

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

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

R = 5.05%
G = 47.73%
B = 47.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#14BDBB (or 0x14BDBB) is known color: Light Sea Green. HEX triplet: 14, BD and BB. RGB value is (20,189,187). Sum of RGB (Red+Green+Blue) = 20+189+187=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 189 (74.22% from 255 or 47.73% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 189 - color contains mainly: green. Hex color #14BDBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BDBB is #EB4244. Grayscale: #8A8A8A. Windows color (decimal): -15417925 or 12303636. OLE color: 12303636.

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

Color convert

RGB 20 189 187 -
CMYK 0.89 0 0.01 0.26
HSL 179.29º 0.81% 0.41% -
HSV(B) 179.29º 0.89% 0.74% -
XYZ 27.46 40.13 53.31 -
YUV 138.24 155.51 43.66 -
System Red Green Blue C M Y K H S L
Decimal 20 189 187 0.89 0 0.01 0.26 179.29 0.81 0.41
Hex 14 BD BB 59 0 1 1A B3 51 29
Octal 24 275 273 131 0 1 32 263 121 51
Binary 10100 10111101 10111011 1011001 0 1 11010 10110011 1010001 101001

Color Harmonies of #14BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BDBB

Black with #14BDBB

Text Example


Text Example

White with #14BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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