Html Css Color HEX #14BBB5 Light Sea Green

📋 copy color: '#14BBB5'

red 20 ◦ green 187 ◦ blue 181

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

Shades of Light Sea Green #14BBB5

Tints of Light Sea Green #14BBB5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.2%

 BLUE value IS 181 (71.09% from 255) = 46.65%

R = 5.15%
G = 48.2%
B = 46.65%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#14BBB5 (or 0x14BBB5) is known color: Light Sea Green. HEX triplet: 14, BB and B5. RGB value is (20,187,181). Sum of RGB (Red+Green+Blue) = 20+187+181=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #14BBB5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBB5 is #EB444A. Grayscale: #888888. Windows color (decimal): -15418443 or 11909908. OLE color: 11909908.

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

Color convert

RGB 20 187 181 -
CMYK 0.89 0 0.03 0.27
HSL 177.84º 0.81% 0.41% -
HSV(B) 177.84º 0.89% 0.73% -
XYZ 26.4 39.03 49.86 -
YUV 136.38 153.17 44.99 -
System Red Green Blue C M Y K H S L
Decimal 20 187 181 0.89 0 0.03 0.27 177.84 0.81 0.41
Hex 14 BB B5 59 0 3 1B B2 51 29
Octal 24 273 265 131 0 3 33 262 121 51
Binary 10100 10111011 10110101 1011001 0 11 11011 10110010 1010001 101001

Color Harmonies of #14BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBB5

Black with #14BBB5

Text Example


Text Example

White with #14BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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