Html Css Color HEX #14BFBB Light Sea Green

📋 copy color: '#14BFBB'

red 20 ◦ green 191 ◦ blue 187

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

Shades of Light Sea Green #14BFBB

Tints of Light Sea Green #14BFBB

RGB

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

 GREEN value IS 191 (75% from 255) = 47.99%

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

R = 5.03%
G = 47.99%
B = 46.98%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#14BFBB (or 0x14BFBB) is known color: Light Sea Green. HEX triplet: 14, BF and BB. RGB value is (20,191,187). Sum of RGB (Red+Green+Blue) = 20+191+187=398 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.03% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BFBB is #EB4044. Grayscale: #8B8B8B. Windows color (decimal): -15417413 or 12304148. OLE color: 12304148.

HSL color Cylindrical-coordinate representation of color #14BFBB: hue angle of 178.6º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BFBB is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 187 -
CMYK 0.90 0 0.02 0.25
HSL 178.6º 0.81% 0.41% -
HSV(B) 178.6º 0.9% 0.75% -
XYZ 27.89 41 53.46 -
YUV 139.42 154.85 42.83 -
System Red Green Blue C M Y K H S L
Decimal 20 191 187 0.90 0 0.02 0.25 178.6 0.81 0.41
Hex 14 BF BB 5A 0 2 19 B3 51 29
Octal 24 277 273 132 0 2 31 263 121 51
Binary 10100 10111111 10111011 1011010 0 10 11001 10110011 1010001 101001

Color Harmonies of #14BFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFBB

Black with #14BFBB

Text Example


Text Example

White with #14BFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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