Html Css Color HEX #14BBBB Light Sea Green

📋 copy color: '#14BBBB'

red 20 ◦ green 187 ◦ blue 187

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

Shades of Light Sea Green #14BBBB

Tints of Light Sea Green #14BBBB

RGB

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

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

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

R = 5.08%
G = 47.46%
B = 47.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#14BBBB (or 0x14BBBB) is known color: Light Sea Green. HEX triplet: 14, BB and BB. RGB value is (20,187,187). Sum of RGB (Red+Green+Blue) = 20+187+187=394 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.08% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #14BBBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14BBBB is #EB4444. Grayscale: #888888. Windows color (decimal): -15418437 or 12303124. OLE color: 12303124.

HSL color Cylindrical-coordinate representation of color #14BBBB: hue angle of 180º 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 #14BBBB is Cyan = 0.89, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 187 187 -
CMYK 0.89 0 0 0.27
HSL 180º 0.81% 0.41% -
HSV(B) 180º 0.89% 0.73% -
XYZ 27.03 39.28 53.17 -
YUV 137.07 156.17 44.5 -
System Red Green Blue C M Y K H S L
Decimal 20 187 187 0.89 0 0 0.27 180 0.81 0.41
Hex 14 BB BB 59 0 0 1B B4 51 29
Octal 24 273 273 131 0 0 33 264 121 51
Binary 10100 10111011 10111011 1011001 0 0 11011 10110100 1010001 101001

Color Harmonies of #14BBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BBBB

Black with #14BBBB

Text Example


Text Example

White with #14BBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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