Html Css Color HEX #14BFB2 Light Sea Green

📋 copy color: '#14BFB2'

red 20 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #14BFB2

Tints of Light Sea Green #14BFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 5.14%
G = 49.1%
B = 45.76%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#14BFB2 (or 0x14BFB2) is known color: Light Sea Green. HEX triplet: 14, BF and B2. RGB value is (20,191,178). Sum of RGB (Red+Green+Blue) = 20+191+178=389 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.14% from 389); Green value is 191 (75% from 255 or 49.10% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 191 - color contains mainly: green. Hex color #14BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BFB2 is #EB404D. Grayscale: #8A8A8A. Windows color (decimal): -15417422 or 11714324. OLE color: 11714324.

HSL color Cylindrical-coordinate representation of color #14BFB2: hue angle of 175.44º 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 #14BFB2 is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 178 -
CMYK 0.90 0 0.07 0.25
HSL 175.44º 0.81% 0.41% -
HSV(B) 175.44º 0.9% 0.75% -
XYZ 26.96 40.62 48.54 -
YUV 138.39 150.35 43.56 -
System Red Green Blue C M Y K H S L
Decimal 20 191 178 0.90 0 0.07 0.25 175.44 0.81 0.41
Hex 14 BF B2 5A 0 7 19 AF 51 29
Octal 24 277 262 132 0 7 31 257 121 51
Binary 10100 10111111 10110010 1011010 0 111 11001 10101111 1010001 101001

Color Harmonies of #14BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BFB2

Black with #14BFB2

Text Example


Text Example

White with #14BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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