Html Css Color HEX #14B0B3 Light Sea Green

📋 copy color: '#14B0B3'

red 20 ◦ green 176 ◦ blue 179

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

Shades of Light Sea Green #14B0B3

Tints of Light Sea Green #14B0B3

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

 BLUE value IS 179 (70.31% from 255) = 47.73%

R = 5.33%
G = 46.93%
B = 47.73%

CMYK

 C value IS 0.89

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#14B0B3 (or 0x14B0B3) is known color: Light Sea Green. HEX triplet: 14, B0 and B3. RGB value is (20,176,179). Sum of RGB (Red+Green+Blue) = 20+176+179=375 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.33% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #14B0B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14B0B3 is #EB4F4C. Grayscale: #818181. Windows color (decimal): -15421261 or 11776020. OLE color: 11776020.

HSL color Cylindrical-coordinate representation of color #14B0B3: hue angle of 181.13º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B0B3 is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 176 179 -
CMYK 0.89 0.02 0 0.30
HSL 181.13º 0.8% 0.39% -
HSV(B) 181.13º 0.89% 0.7% -
XYZ 23.95 34.45 48.04 -
YUV 129.7 155.82 49.76 -
System Red Green Blue C M Y K H S L
Decimal 20 176 179 0.89 0.02 0 0.30 181.13 0.8 0.39
Hex 14 B0 B3 59 2 0 1E B5 50 27
Octal 24 260 263 131 2 0 36 265 120 47
Binary 10100 10110000 10110011 1011001 10 0 11110 10110101 1010000 100111

Color Harmonies of #14B0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B0B3

Black with #14B0B3

Text Example


Text Example

White with #14B0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,179); }

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

background-color css

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

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

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

border-color css

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

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

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